Need help with plotting

Huaiyu Zhu hzhu at mars.localdomain
Sun Mar 24 03:34:53 EST 2002


brobbins333 at shaw.ca <brobbins333 at shaw.ca> wrote:
>I'm new to Python and doing pretty well with it so far. 
>One thing that has me stumped is finding an "easy" way, 
>or any way, for that matter, to plot simple graphs. I haven't
>gotten into Tkinter yet and I'm not sure if there is another
>way to make plots. I have scipy and Numeric and I can see 
>that there are graphing modules there but I have not been 
>able to access them with something like: from scipy import *.
>This always fails with "not there" or "can't import."

Have you tried Gnuplot package?  (http://gnuplot-py.sourceforge.net/)
If you have gnuplot installed, you might want to try it.  It ultimately 
allows you plot anything that gnuplot can.  See also
http://matpy.sourceforge.net/MatPy/node30.html for a limited set of
examples.  

-- 
Huaiyu Zhu



More information about the Python-list mailing list