---------- Forwarded message ---------- From: Guilherme Polo <[EMAIL PROTECTED]> Date: 24/08/2007 13:39 Subject: Re: [pygtk] Graphing on the fly? To: Dan Stromberg <[EMAIL PROTECTED]>
2007/8/24, Dan Stromberg <[EMAIL PROTECTED]>: > > 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. That more about how you will collect your data than graphing it. For one axis being logarithmic, this is a question on how you will "transform" your data. I've done a widget that may be used to display 2d graphs, you can get a copy here: http://code.google.com/p/beauty-timeline/ or more precisely here: http://beauty-timeline.googlecode.com/files/timeline-0.1.5.tar.gz It comes with some demos, but it's very expiremental yet. I will gladly accept suggestions and etc > > _______________________________________________ > pygtk mailing list [email protected] > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ > -- -- Guilherme H. Polo Goncalves -- -- Guilherme H. Polo Goncalves _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
