[wxPython-users] Re: Recommend a plotting library?

Christopher Barker Chris.Barker at noaa.gov
Wed Apr 11 15:31:41 PDT 2007


Grant Edwards wrote:

> Obviously (I hope), the list of vectors is prepared separate
> from the actual call to axes.plot() using a looping construct.

sure, but MPL is putting hundreds of separate line objects on the plot 
-- that's what's killing you.
 > that's not unexpected since it includes numarry,
> numpy, and numeric (and both Gnuplot and matplotlib).

OK, so you need gnuplot for 3-d, but why all three num* packages? It's 
really time for us all to go to numpy...

Not to keep bugging you about this, but if you used FloatCanvas, then 
you wouldn't need MPL, which is pretty big.

-Chris



-- 
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

Chris.Barker at noaa.gov




More information about the wxpython-users mailing list