Re: graphs and charts

2006-05-24 Thread Bryan
Terry Hancock wrote: > Yaron Butterfield 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 quite enjoyed using Biggles for this: > > http://biggles.sf.net > > There are many different choices, though. > > Chee

Re: graphs and charts

2006-05-23 Thread Terry Hancock
Yaron Butterfield 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 quite enjoyed using Biggles for this: http://biggles.sf.net There are many different choices, though. Cheers, Terry -- Terry Hancock ([EMAIL PROT

Re: graphs and charts

2006-05-23 Thread Tim Heaney
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

Re: graphs and charts

2006-05-23 Thread Grant Edwards
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/ -- Gr