> "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
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
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
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