Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a91c46 commit 7782db0Copy full SHA for 7782db0
1 file changed
lib/matplotlib/backend_bases.py
@@ -1217,6 +1217,7 @@ def pan(self,*args):
1217
self.mode = 'pan/zoom mode'
1218
#widgets.lock(self)
1219
else:
1220
+ pass
1221
#widgets.release(self)
1222
1223
for a in self.canvas.figure.get_axes():
@@ -1559,6 +1560,7 @@ def zoom(self, *args):
1559
1560
self.mode = 'Zoom to rect mode'
1561
1562
1563
1564
1565
1566
0 commit comments