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
Thanks. Is there a place where these sorts of issues can be submitted for
review / fixes? I'm totally willing to take a look at possible solutions if
someone points me in the right direction. Thanks.
On Thu, Oct 20, 2011 at 10:52 PM, Eric Firing wrote:
> On 10/20/2011 03:47 PM, John
Hello,
I'm using version 1.0.1 of matplotlib on a linux machine. uname -a returns
the following: Linux jgulinux 2.6.35.14-95.fc14.x86_64 #1 SMP Tue Aug 16
21:01:58 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux.
[jgu@jgulinux ~/.matplotlib]$ cat matplotlibrc
backend : TkAgg
interactive : True
Program