Re: Phython and graphing

2006-04-20 Thread John Hunter
> "mostro" == mostro <[EMAIL PROTECTED]> writes: mostro> Hello, Can someone lead me to an easy way to create a mostro> graph in Python. mostro> For example, I have a script running that creates a list mostro> of dates, times and values. I would like to turn this into most

Re: Phython and graphing

2006-04-20 Thread Larry Bates
mostro 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

Re: Phython and graphing

2006-04-20 Thread Lou Pecora
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

Phython and graphing

2006-04-20 Thread mostro
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