Real-time graphs

William Park opengeometry at yahoo.ca
Fri Oct 29 14:53:42 EDT 2004


MJR <pynode at centrum.cz> wrote:
> Grant Edwards <grante at visi.com> wrote in message
> news:<41811f1f$0$33063$a1866201 at newsreader.visi.com>...
> > On 2004-10-28, MJR <pynode at centrum.cz> wrote:
> > 
> > > just wondering what options I would have if I wanted to use Python to
> > > produce real-time graphs.
> > 
> > What do you mean by "real-time"?
> > 
> > If you want to display a "live" waveform at 50fps, then I'm not
> > aware of anything.
> 
> Need to display data read from telemetry systme. Data might change in
> order of 1000/s. Not every sample will be displayed, but still need
> something close to 100sps

If you mean 100 graphs per second, I don't think commodity PC hardware
will do it.

Displaying 1 graphs/second, might be more reasonable, depending on the
quality of graph you want.  Gnuplot is the canonical answer.  But, if
you want fast character plot on your terminal (just for visual check),
then you could probably display more than 1 graphs/second.

-- 
William Park <opengeometry at yahoo.ca>
Open Geometry Consulting, Toronto, Canada



More information about the Python-list mailing list