Real-time graphs

Lucas Raab pythongnome at hotmail.com
Wed May 12 17:12:22 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
>

You could make a Tkinter canvas and set it up to display the graph and
update it every second or however long you wish.





More information about the Python-list mailing list