slow plotting speed?

Hello,

I wrote a small WXAgg program with wxpython. I'm plotting simple
datasets, right now I'm plotting an array of approx. 450 points. The
graphing is very slow. What can I do to speed this up? I have python
2.4, wxpython 2.4, and this is what I'm using for matplotlib
'matplotlib-0.80.win32-py2.4.exe'.

Thanks.
Jeff

Have you checked the list archives? There has been some discussion about speed
traps that you can take steps to avoid. For example, are you running a script
with interactive mode on? That can cause a big performance hit.

Also, if you provide a brief example script, along with any relevant changes
you have made to matplotlibrc, and some detail about how long it takes to
plot (maybe some profiling?), we might be able to provide some more useful
suggestions.

ยทยทยท

On Thursday 30 June 2005 11:15 am, Jeff Peery wrote:

Hello,

I wrote a small WXAgg program with wxpython. I'm plotting simple
datasets, right now I'm plotting an array of approx. 450 points. The
graphing is very slow. What can I do to speed this up? I have python
2.4, wxpython 2.4, and this is what I'm using for matplotlib
'matplotlib-0.80.win32-py2.4.exe'.

--

Darren