Real-time graphs

Graham Dumpleton grahamd at dscpl.com.au
Thu May 13 02:34:43 EDT 2004


<snrkiwi-lists at yahoo.com> wrote in message news:<mailman.463.1084375754.25742.python-list at python.org>...
> I've trolled the lists, FAQs, and Net as a whole, but
> can't find anything definitive to answer this.
> 
> We're looking for real-time graph capability (bar,
> line, etc), so that we can display telemetry from a
> robot system.  There are a bunch of packages out
> there, but many seem to provide only static graphs
> (e.g. for scientific, financial data, etc). Does
> anyone currently display real-time telemetry using
> Python? Can anyone provide any suggestions?
> 
> TIA
> Stephen

Where I once worked, they used Blt for Tkinter under the Pmw toolkit for Python.

See:

  http://pmw.sourceforge.net
  http://heim.ifi.uio.no/~hpl/Pmw.Blt/doc

The latter site has some good illustrative examples.



More information about the Python-list mailing list