> Hi, > > I couldn't immediately find a plot widget so I wrote one of my own. > Perhaps it's of use to somebody else. > > Screenshot: http://debain.org/blog/plot.png > Package: http://debain.org/blog/plot-0.0.1.tgz > > Have fun, > -Samuel > >
Hello Samuel, Your widget looks nice and the transparency effect looks good. I must have to warn you though that writing a dependable graph plotter is not as simple at it may appear. There are a number of subtle heuristics to be taken into account for scaling and decimation of input data, for example. Depending on your needs, embedding matplotlib may make more sense than "rolling your own". It's just my opinion, I don't mean to discourage you. Regards, Alfonso _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
