Real-time graphs

Grant Edwards grante at visi.com
Fri Oct 29 10:47:40 EDT 2004


On 2004-10-29, MJR <pynode at centrum.cz> wrote:

> 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 want to do 100 frames per second, you're going to have
to use gaming/animation techniques: Xv extensions,
double-buffering of frames, etc.

-- 
Grant Edwards                   grante             Yow!  HUGH BEAUMONT died
                                  at               in 1982!!
                               visi.com            



More information about the Python-list mailing list