graphs and charts

Tim Heaney theaney at gmail.com
Tue May 23 22:34:28 EDT 2006


Grant Edwards <grante at visi.com> writes:
>
> On 2006-05-23, Yaron Butterfield <yaronb at telus.net> wrote:
>
>> What's the best way to on-the-fly graphs and charts using Python?  Or is 
>> Python not really the best way to do this?
>
> I like Gnuplot-py, but I've been a Gnuplot for 15+ years, so
> I'm biased.
>
> http://gnuplot-py.sourceforge.net/

You might also be interested in matplotlib

  http://matplotlib.sourceforge.net/

Here is an example of how I've used it

  http://cablespeed.com/~theaney/mat191/matplotlib.html

Tim



More information about the Python-list mailing list