On Thursday 23 August 2007 23:17:54 Dan Stromberg wrote: > What's the best way, using pygtk, to graph information as it is collected? > > I don't mean inhaling all the data, and then graphing it all at once. I > mean reading one bit of data, graphing that bit, then reading the next, > and graphing the next, etc. > > I'm looking for something that'll do a 2d graph, possibly with one axis > being logarithmic.
I've used rtgraph.py with pretty good success. Should be able to find it on freshmeat. -- Darren Hart _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
