@@ -15,16 +15,16 @@ the buttons at the bottom of the toolbar
15
15
16
16
.. image :: ../../lib/matplotlib/mpl-data/images/forward_large.png
17
17
18
- The ``Forward `` and ``Back `` buttons
19
- These are akin to the web browser forward and back buttons. They
20
- are used to navigate back and forth between previously defined
21
- views. They have no meaning unless you have already navigated
22
- somewhere else using the pan and zoom buttons. This is analogous
18
+ The ``Home ``, `` Forward `` and ``Back `` buttons
19
+ These are akin to a web browser's home, forward and back controls.
20
+ `` Forward `` and `` Back `` are used to navigate back and forth between
21
+ previously defined views. They have no meaning unless you have already
22
+ navigated somewhere else using the pan and zoom buttons. This is analogous
23
23
to trying to click ``Back `` on your web browser before visiting a
24
- new page --nothing happens. `` Home `` always takes you to the
25
- first, default view of your data . For ``Home ``, `` Forward `` and
26
- `` Back ``, think web browser where data views are web pages. Use
27
- the pan and zoom to rectangle to define new views .
24
+ new page or `` Forward `` before you have gone back to a page --
25
+ nothing happens . ``Home `` always takes you to the
26
+ first, default view of your data. Again, all of these buttons should
27
+ feel very familiar to any user of a web browser .
28
28
29
29
.. image :: ../../lib/matplotlib/mpl-data/images/move_large.png
30
30
@@ -37,11 +37,11 @@ The ``Pan/Zoom`` button
37
37
where you released. If you press 'x' or 'y' while panning the
38
38
motion will be constrained to the x or y axis, respectively. Press
39
39
the right mouse button to zoom, dragging it to a new position.
40
- The x axis will be zoomed in proportionate to the rightward
41
- movement and zoomed out proportionate to the leftward movement.
42
- Ditto for the y axis and up/down motions. The point under your
40
+ The x axis will be zoomed in proportionately to the rightward
41
+ movement and zoomed out proportionately to the leftward movement.
42
+ The same is true for the y axis and up/down motions. The point under your
43
43
mouse when you begin the zoom remains stationary, allowing you to
44
- zoom to an arbitrary point in the figure . You can use the
44
+ zoom in or out around that point as much as you wish . You can use the
45
45
modifier keys 'x', 'y' or 'CONTROL' to constrain the zoom to the x
46
46
axis, the y axis, or aspect ratio preserve, respectively.
47
47
@@ -54,7 +54,7 @@ The ``Pan/Zoom`` button
54
54
55
55
The ``Zoom-to-rectangle `` button
56
56
Click this toolbar button to activate this mode. Put your mouse
57
- somewhere over and axes and press the left mouse button. Drag the
57
+ somewhere over an axes and press the left mouse button. Drag the
58
58
mouse while holding the button to a new location and release. The
59
59
axes view limits will be zoomed to the rectangle you have defined.
60
60
There is also an experimental 'zoom out to rectangle' in this mode
0 commit comments