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

Skip to content

Commit def946b

Browse files
committed
fixed navigation table
svn path=/trunk/matplotlib/; revision=6337
1 parent 526a123 commit def946b

3 files changed

Lines changed: 11 additions & 13 deletions

File tree

doc/_templates/gallery.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,8 @@ <h3>Click on any image to see full size image and source code</h3>
267267

268268
<a href="examples/pylab_examples/hline_demo.html"><img src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/hline_demo.png" border="0" alt="hline_demo"/></a>
269269

270+
<a href="examples/pylab_examples/image_clip_path.html"><img src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/image_clip_path.png" border="0" alt="image_clip_path"/></a>
271+
270272
<a href="examples/pylab_examples/image_demo.html"><img src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/image_demo.png" border="0" alt="image_demo"/></a>
271273

272274
<a href="examples/pylab_examples/image_demo2.html"><img src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/image_demo2.png" border="0" alt="image_demo2"/></a>

doc/api/pyplot_api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
*****************
22
matplotlib pyplot
33
*****************
4-
4+
55

66
:mod:`matplotlib.pyplot`
77
========================

doc/users/navigation_toolbar.rst

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -79,26 +79,22 @@ The ``Save`` button
7979
Navigation Keyboard Shortcuts
8080
-----------------------------
8181

82-
================================== =====================
82+
================================== ==============================================
8383
Command Keyboard Shortcut(s)
84-
================================== =====================
84+
================================== ==============================================
8585
Home/Reset **h** or **r** or **home**
8686
Back **c** or **left arrow** or **backspace**
8787
Forward **v** or **right arrow**
8888
Pan/Zoom **p**
8989
Zoom-to-rect **o**
9090
Save **s**
9191
Toggle fullscreen **f**
92-
---------------------------------- ---------------------
93-
**Pan/Zoom mode only**
94-
- constrain pan/zoom to x axis hold **x**
95-
- constrain pan/zoom to y axis hold **y**
96-
- preserve aspect ratio hold **CONTROL**
97-
---------------------------------- ---------------------
98-
**In axes only**
99-
- Toggle grid **g**
100-
- Toggle y axis scale (log/linear) **l**
101-
================================== =====================
92+
Constrain pan/zoom to x axis hold **x**
93+
Constrain pan/zoom to y axis hold **y**
94+
Preserve aspect ratio hold **CONTROL**
95+
Toggle grid **g**
96+
Toggle y axis scale (log/linear) **l**
97+
================================== ==============================================
10298

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

0 commit comments

Comments
 (0)