From: John H. <jdh...@ac...> - 2005-06-30 16:56:03
|
>>>>> "Darren" =3D=3D Darren Dale <dd...@co...> writes: Darren> Also, if you provide a brief example script, along with Darren> any relevant changes you have made to matplotlibrc, and Darren> some detail about how long it takes to plot (maybe some Darren> profiling?), we might be able to provide some more useful Darren> suggestions. A script is by far the most useful thing you can provide. =20 Note that there was an optimization for line marker drawing on win32 introduced in matplotlib-0.81 From the release notes: Fast markers on win32 The marker cache optimization is finally available for win32, after an agg bug was found and fixed (thanks Maxim!). Line marker plots should be considerably faster now on win32. The original optimization announcement is ay http://matplotlib.sourceforge.net/whats_new.html#0.72-line_marker_opti= mizations_in_agg See also http://matplotlib.sourceforge.net/faq.html#SLOW JDH =00 |