Hello,

I'm using archlinux, with all up-to-date packages, and matplotlib
within a python2 environment.

When I use the zoom function, it seems the zoom is decreasing instead
of increasing. Actually, the exact behaviour is to reproduce the old
figure in the smaller area selected by the zoom function.

That means the zoom behaviour is completely inverted.

Does anyone here with a last version of matplotlib confirm the bug
does still exist ?

Here a snippet to test the zoom behaviour :

$python2
<code python>
from pylab import *
plot( arange(0,pi,0.01) , sin(arange(0,pi,0.01)) )
show()
</code>

greetings.

David Kremer

------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to