Real-time graphs

John Hunter jdhunter at ace.bsd.uchicago.edu
Thu Oct 28 11:36:07 EDT 2004


>>>>> "MJR" == MJR  <pynode at centrum.cz> writes:

    MJR> Hi, just wondering what options I would have if I wanted to
    MJR> use Python to produce real-time graphs. Is there any plotting
    MJR> package suitable for this.

This was discussed at length on this list fairly recently - see

http://groups.google.com/groups?hl=en&lr=&frame=right&th=5fc76e588e95c4e9&seekm=mailman.464.1084377353.25742.python-list%40python.org#link2

One important consideration is what you mean by real-time - do you
mean real time in the sense of preemptable kernel or in the sense of
dynamically updating 10-30 times per second; what kind of refresh
rates do you need?

JDH




More information about the Python-list mailing list