[Q] How to plot arrays in KChart

sdhyok sdhyok at yahoo.com
Mon Apr 28 22:25:31 EDT 2003


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




More information about the Python-list mailing list