Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d9cbcae

Browse files
authored
Merge pull request #21122 from anntzer/ztr
2 parents a35f108 + 1384627 commit d9cbcae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/matplotlib/backend_bases.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2911,8 +2911,7 @@ class NavigationToolbar2:
29112911
'Left button pans, Right button zooms\n'
29122912
'x/y fixes axis, CTRL fixes aspect',
29132913
'move', 'pan'),
2914-
('Zoom', 'Zoom to rectangle\nx/y fixes axis, CTRL fixes aspect',
2915-
'zoom_to_rect', 'zoom'),
2914+
('Zoom', 'Zoom to rectangle\nx/y fixes axis', 'zoom_to_rect', 'zoom'),
29162915
('Subplots', 'Configure subplots', 'subplots', 'configure_subplots'),
29172916
(None, None, None, None),
29182917
('Save', 'Save the figure', 'filesave', 'save_figure'),

0 commit comments

Comments
 (0)