Phython and graphing

Lou Pecora pecoraREMOVE at THISanvil.nrl.navy.mil
Thu Apr 20 19:47:45 EDT 2006


In article <1145573583.333670.300930 at v46g2000cwv.googlegroups.com>,
 "mostro" <Adisegna at gmail.com> wrote:

> Hello,
> 
> Can someone lead me to an easy way to create a graph in Python.
> 
> For example, I have a script running that creates a list of dates,
> times and values. I would like to turn this into a graph.
> 
> I can grep the info into a new file creating two columns (x,y) but the
> issue is the graph.
> 
> P.S. I'm a Python newbie so keep that in mind.
> 
> Thanks in advance...

google  matplotlib  nice package.  I've been told that another package 
called wsMpl.py also puts a nice API on the matplotlib.  You might want 
to check that, too.

-- Lou Pecora  (my views are my own) REMOVE THIS to email me.



More information about the Python-list mailing list