Grant Edwards <[EMAIL PROTECTED]> writes:
>
> On 2006-05-23, Yaron Butterfield <[EMAIL PROTECTED]> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to