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 49d58fb

Browse filesBrowse files
Phil Elsonpelson
authored andcommitted
Doc improvements, removed escape for quit plot, added todos to backends I cannot test.
1 parent df0a112 commit 49d58fb
Copy full SHA for 49d58fb

File tree

Expand file treeCollapse file tree

12 files changed

+104
-97
lines changed
Filter options
Expand file treeCollapse file tree

12 files changed

+104
-97
lines changed

‎doc/users/navigation_toolbar.rst

Copy file name to clipboardExpand all lines: doc/users/navigation_toolbar.rst
+12-11Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -83,23 +83,24 @@ Navigation Keyboard Shortcuts
8383

8484
The following table holds all the default keys, which can be overwritten by use of your matplotlibrc (#keymap.\*).
8585

86-
================================== ==============================================
86+
================================== =================================================
8787
Command Keyboard Shortcut(s)
88-
================================== ==============================================
88+
================================== =================================================
8989
Home/Reset **h** or **r** or **home**
9090
Back **c** or **left arrow** or **backspace**
9191
Forward **v** or **right arrow**
9292
Pan/Zoom **p**
9393
Zoom-to-rect **o**
94-
Save **s**
95-
Toggle fullscreen **f**
96-
Constrain pan/zoom to x axis hold **x**
97-
Constrain pan/zoom to y axis hold **y**
98-
Preserve aspect ratio hold **CONTROL**
99-
Toggle grid **g**
100-
Toggle x axis scale (log/linear) **L** or **k**
101-
Toggle y axis scale (log/linear) **l**
102-
================================== ==============================================
94+
Save **ctrl** + **s**
95+
Toggle fullscreen **ctrl** + **f**
96+
Close plot **ctrl** + **w**
97+
Constrain pan/zoom to x axis hold **x** when panning/zooming with mouse
98+
Constrain pan/zoom to y axis hold **y** when panning/zooming with mouse
99+
Preserve aspect ratio hold **CONTROL** when panning/zooming with mouse
100+
Toggle grid **g** when mouse is over an axes
101+
Toggle x axis scale (log/linear) **L** or **k** when mouse is over an axes
102+
Toggle y axis scale (log/linear) **l** when mouse is over an axes
103+
================================== =================================================
103104

104105
If you are using :mod:`matplotlib.pyplot` the toolbar will be created
105106
automatically for every figure. If you are writing your own user

0 commit comments

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