Need help with plotting

Paul Magwene p.magwene at snet.net
Sun Mar 24 09:11:19 EST 2002


On Sat, 23 Mar 2002 14:24:32 -0500, brobbins333 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."
> 
> I've tried to do my homework on this but can't find anything that works
> for me. Can anybody point me in the right direction?
> 
> Thanks,
> Bruce Robbins

Depending on your needs you might want to try disipyl - a Python interface
to the DISLIN plotting library, available here:

http://pantheon.yale.edu/~pmm34/disipyl.html

Cheers,
Paul



More information about the Python-list mailing list