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 faffaa1 commit 7249f25Copy full SHA for 7249f25
lib/matplotlib/backend_bases.py
@@ -2818,8 +2818,12 @@ class NavigationToolbar2:
2818
('Back', 'Back to previous view', 'back', 'back'),
2819
('Forward', 'Forward to next view', 'forward', 'forward'),
2820
(None, None, None, None),
2821
- ('Pan', 'Pan axes with left mouse, zoom with right', 'move', 'pan'),
2822
- ('Zoom', 'Zoom to rectangle', 'zoom_to_rect', 'zoom'),
+ ('Pan',
+ 'Left button pans, Right button zooms\n'
2823
+ 'x/y fixes axis, CTRL fixes aspect',
2824
+ 'move', 'pan'),
2825
+ ('Zoom', 'Zoom to rectangle\nx/y fixes axis, CTRL fixes aspect',
2826
+ 'zoom_to_rect', 'zoom'),
2827
('Subplots', 'Configure subplots', 'subplots', 'configure_subplots'),
2828
2829
('Save', 'Save the figure', 'filesave', 'save_figure'),
0 commit comments