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 that reproduces the problem (run in ipython):

x = arange(1000)
y = x

f = figure(1)
for ia in xrange(5):
    for ib in xrange(5):
        ax = subplot(5,5,ia*5+ib+1, navigate=True)
        ax.plot(x,y)

If we now tried to interactively navigate through any single subplot of the
figure, it is extremely slow.  Not sure if this is a configuration error on
my side?

John
------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to