Real-time graphs

Kristofer Pettijohn kristofer at visi.com
Thu Oct 28 11:33:05 EDT 2004


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

For grabbing data and producing graphs (see
http://newsfeed.visi.com/~kpettijohn/stats/ for a live example) I use
rrdtool and the py-rrdtool module to dynamically get those graphs.

If you're looking to dynamically give the module numbers from other
sources and generate graphs based on that, I'll leave the othes up
to giving suggestions :)

Kristofer



More information about the Python-list mailing list