Robert Cunningham wrote: > After that, the plot package became obvious: I've decided to use pylab's > plot() facility (http://matplotlib.sourceforge.net/tutorial.html).
Good choice, though for embedded use, I recommend using the matplotlib OO API, rather than the procedural/state machine API of pylab. -- it's all the same stuff under the hood, though. Welcome to the joys if Python! -CHB -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception [EMAIL PROTECTED] _______________________________________________ FloatCanvas mailing list [email protected] http://mail.mithis.com/cgi-bin/mailman/listinfo/floatcanvas
