Re: [Matplotlib-users] extreme navigation slowness for subplots

2011-10-21 Thread Michael Droettboom
I have a simple fix for this on this branch: https://github.com/mdboom/matplotlib/tree/slow_update It's sort of the simplest thing that could work. It caches the last results of "_update_ticks" and only updates them if the view limits or axis position have changed. It also invalidates this c

Re: [Matplotlib-users] extreme navigation slowness for subplots

2011-10-20 Thread Eric Firing
On 10/20/2011 05:17 PM, John Gu wrote: > 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. John, Development takes place via github, so you

Re: [Matplotlib-users] extreme navigation slowness for subplots

2011-10-20 Thread John Gu
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 Gu wrote:

Re: [Matplotlib-users] extreme navigation slowness for subplots

2011-10-20 Thread Eric Firing
On 10/20/2011 03:47 PM, John Gu wrote: > 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 matplo

[Matplotlib-users] extreme navigation slowness for subplots

2011-10-20 Thread John Gu
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