Re: Drawing a graph
by Kurt Smith other posts by this author
Aug 13 2007 11:46AM messages near this date
Drawing a graph
|
Re: Drawing a graph
On 8/12/07, Ghirai <ghirai@[...].com> wrote:
> Hello list,
>
> I need to draw a graph, 2 axes, 2D, nothing fancy.
> One of the axes is time, the other one is a series of integers.
>
> I don't care much about the output format.
>
> Are there any specialized libraries for this, or should i use PIL?
>
> Thanks.
>
> --
> Regards,
> Ghirai.
> --
> http://mail.python.org/mailman/listinfo/python-list
>
Checkout matplotlib: http://matplotlib.sourceforge.net/
Powerful (esp. with IPython), clean implementation, very nice output,
IMHO. It does depend on some other things; primarily numpy and some
sort of backend for displaying figures (usually can use a default
backend -- e.g. Tkinter). Otherwise you can plot directly to file.
May not be what you're looking for if you want something quick.
HTH,
Kurt
--
http://mail.python.org/mailman/listinfo/python-list
Thread:
Ghirai
Kurt Smith
Helmut Jarausch
Markacy
Larry Bates
Ghirai
|