adirschlezinger / pythonxy

Automatically exported from code.google.com/p/pythonxy
0 stars 0 forks source link

Matplotlib very slow during pan or move axis #587

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is it the same for you or is it a problem with my version or computer? I'm 
under Windows seven

Original issue reported on code.google.com by lafont.f...@gmail.com on 18 Jan 2013 at 9:40

GoogleCodeExporter commented 9 years ago
A sample script would nice.

Original comment by grizzly.nyo on 18 Jan 2013 at 11:05

GoogleCodeExporter commented 9 years ago
Can't help without sample code.

Original comment by grizzly.nyo on 22 Jan 2013 at 5:35

GoogleCodeExporter commented 9 years ago
Hello everyone,

I'm sorry about the delay. My code is very simple.

from pylab import*

x = [0,1,2]
plot(x,x)
show()

My backend is QT4Agg. I've tried to install MPL 1.2.0 but it doesn't change 
anything.
Everything was fine with the previous version of python xy

Original comment by lafont.f...@gmail.com on 22 Jan 2013 at 10:07

GoogleCodeExporter commented 9 years ago

Original comment by grizzly.nyo on 22 Jan 2013 at 4:46

GoogleCodeExporter commented 9 years ago
It looks like a matplotlib regression. Please report this issue to the 
maintainers.

Original comment by grizzly.nyo on 9 Apr 2013 at 6:57