@@ -15,16 +15,16 @@ the buttons at the bottom of the toolbar
1515
1616.. image :: ../../lib/matplotlib/mpl-data/images/forward.png
1717
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
2323 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 .
2828
2929.. image :: ../../lib/matplotlib/mpl-data/images/move.png
3030
@@ -37,11 +37,11 @@ The ``Pan/Zoom`` button
3737 where you released. If you press 'x' or 'y' while panning the
3838 motion will be constrained to the x or y axis, respectively. Press
3939 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
4343 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
4545 modifier keys 'x', 'y' or 'CONTROL' to constrain the zoom to the x
4646 axis, the y axis, or aspect ratio preserve, respectively.
4747
@@ -54,7 +54,7 @@ The ``Pan/Zoom`` button
5454
5555The ``Zoom-to-rectangle `` button
5656 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
5858 mouse while holding the button to a new location and release. The
5959 axes view limits will be zoomed to the rectangle you have defined.
6060 There is also an experimental 'zoom out to rectangle' in this mode
@@ -64,9 +64,10 @@ The ``Zoom-to-rectangle`` button
6464.. image :: ../../lib/matplotlib/mpl-data/images/subplots.png
6565
6666The ``Subplot-configuration `` button
67- Use this tool to configure the parameters of the subplot: the
68- left, right, top, bottom, space between the rows and space between
69- the columns.
67+ Use this tool to configure the appearance of the subplot:
68+ you can stretch or compress the left, right, top, or bottom
69+ side of the subplot, or the space between the rows or
70+ space between the columns.
7071
7172.. image :: ../../lib/matplotlib/mpl-data/images/filesave.png
7273
0 commit comments