From: <jd...@us...> - 2008-10-27 18:05:01
|
Revision: 6337 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6337&view=rev Author: jdh2358 Date: 2008-10-27 18:04:58 +0000 (Mon, 27 Oct 2008) Log Message: ----------- fixed navigation table Modified Paths: -------------- trunk/matplotlib/doc/_templates/gallery.html trunk/matplotlib/doc/api/pyplot_api.rst trunk/matplotlib/doc/users/navigation_toolbar.rst Modified: trunk/matplotlib/doc/_templates/gallery.html =================================================================== --- trunk/matplotlib/doc/_templates/gallery.html 2008-10-26 14:33:36 UTC (rev 6336) +++ trunk/matplotlib/doc/_templates/gallery.html 2008-10-27 18:04:58 UTC (rev 6337) @@ -267,6 +267,8 @@ <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> +<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> + <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> <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> Modified: trunk/matplotlib/doc/api/pyplot_api.rst =================================================================== --- trunk/matplotlib/doc/api/pyplot_api.rst 2008-10-26 14:33:36 UTC (rev 6336) +++ trunk/matplotlib/doc/api/pyplot_api.rst 2008-10-27 18:04:58 UTC (rev 6337) @@ -1,8 +1,8 @@ ***************** matplotlib pyplot ***************** + - :mod:`matplotlib.pyplot` ======================== Modified: trunk/matplotlib/doc/users/navigation_toolbar.rst =================================================================== --- trunk/matplotlib/doc/users/navigation_toolbar.rst 2008-10-26 14:33:36 UTC (rev 6336) +++ trunk/matplotlib/doc/users/navigation_toolbar.rst 2008-10-27 18:04:58 UTC (rev 6337) @@ -79,9 +79,9 @@ Navigation Keyboard Shortcuts ----------------------------- -================================== ===================== +================================== ============================================== Command Keyboard Shortcut(s) -================================== ===================== +================================== ============================================== Home/Reset **h** or **r** or **home** Back **c** or **left arrow** or **backspace** Forward **v** or **right arrow** @@ -89,16 +89,12 @@ Zoom-to-rect **o** Save **s** Toggle fullscreen **f** ----------------------------------- --------------------- -**Pan/Zoom mode only** -- constrain pan/zoom to x axis hold **x** -- constrain pan/zoom to y axis hold **y** -- preserve aspect ratio hold **CONTROL** ----------------------------------- --------------------- -**In axes only** -- Toggle grid **g** -- Toggle y axis scale (log/linear) **l** -================================== ===================== +Constrain pan/zoom to x axis hold **x** +Constrain pan/zoom to y axis hold **y** +Preserve aspect ratio hold **CONTROL** +Toggle grid **g** +Toggle y axis scale (log/linear) **l** +================================== ============================================== If you are using :mod:`matplotlib.pyplot` the toolbar will be created automatically for every figure. If you are writing your own user This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |