[wxPython-users] Re: Recommend a plotting library?
Christopher Barker
Chris.Barker at noaa.gov
Wed Apr 11 11:50:38 PDT 2007
Grant Edwards wrote:
> I do want axes, but I could always draw them myself.
yes, it's not hard.
> After I get py2exe working, I'll have to try a few tricks to
> see if I can speed it up. LineCollection sounds like something
> worth trying. Right now I just pass axes.plot() 150 pairs of
> line segment endpoints.
Is that one plot() call or 150? if 150, you can definitely get it faster
with a LineCollection
-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