In article <[EMAIL PROTECTED]>,
 "mostro" <[EMAIL PROTECTED]> 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.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to