I am considering to use KChart as my plotting program. Would you tell me how to plot arrays in python with KChart? For instance, from Numeric import * x = arange(10) y = x*x #How to plot x and y in KChart? Thanks in advance. Daehyok Shin