Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1249ec6

Browse filesBrowse files
committed
updated the two functions that call _set_view_from_bbox
1 parent bf7fec9 commit 1249ec6
Copy full SHA for 1249ec6

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎lib/matplotlib/backend_bases.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backend_bases.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3074,7 +3074,7 @@ def release_zoom(self, event):
30743074
else:
30753075
continue
30763076

3077-
a._set_view_from_bbox((lastx, lasty, x, y), view, direction,
3077+
a._set_view_from_bbox((lastx, lasty, x, y), direction,
30783078
self._zoom_mode, twinx, twiny)
30793079

30803080
self.draw()

‎lib/matplotlib/backend_tools.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backend_tools.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ def _release(self, event):
777777
else:
778778
continue
779779

780-
a._set_view_from_bbox((lastx, lasty, x, y), view, direction,
780+
a._set_view_from_bbox((lastx, lasty, x, y), direction,
781781
self._zoom_mode, twinx, twiny)
782782

783783
self._zoom_mode = None

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.