Hello,
I had submitted a similar issue back in October of 2011. I'm using
matplotlib 1.3.1. Here's the code to produce the issue:
f = figure()
for i in xrange(9): subplot(3,3,i+1)
f.axes[0].plot(range(100))
Now try to drag the line in the first subplot around. It's extremely slow.
Now do the following:
for ax in f.axes[1:]: ax.axison=False
Now, when you drag the line around in the first subplot, there's a huge
difference. Basically, it seems like that matplotlib is attempting to
redraw a lot of unnecessary things on the figure. Is there an easy fix to
this?
Thanks,
John
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT
organizations don't have a clear picture of how application performance
affects their revenue. With AppDynamics, you get 100% visibility into your
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users