@@ -9,11 +9,11 @@ All figure windows come with a navigation toolbar, which can be used
99to navigate through the data set. Here is a description of each of
1010the buttons at the bottom of the toolbar
1111
12- .. image :: ../../lib/matplotlib/mpl-data/images/home .png
12+ .. image :: ../../lib/matplotlib/mpl-data/images/home_large .png
1313
14- .. image :: ../../lib/matplotlib/mpl-data/images/back .png
14+ .. image :: ../../lib/matplotlib/mpl-data/images/back_large .png
1515
16- .. image :: ../../lib/matplotlib/mpl-data/images/forward .png
16+ .. image :: ../../lib/matplotlib/mpl-data/images/forward_large .png
1717
1818The ``Home ``, ``Forward `` and ``Back `` buttons
1919 These are akin to a web browser's home, forward and back controls.
@@ -26,7 +26,7 @@ The ``Home``, ``Forward`` and ``Back`` buttons
2626 first, default view of your data. Again, all of these buttons should
2727 feel very familiar to any user of a web browser.
2828
29- .. image :: ../../lib/matplotlib/mpl-data/images/move .png
29+ .. image :: ../../lib/matplotlib/mpl-data/images/move_large .png
3030
3131The ``Pan/Zoom `` button
3232 This button has two modes: pan and zoom. Click the toolbar button
@@ -50,7 +50,7 @@ The ``Pan/Zoom`` button
5050 mouse button. The radius scale can be zoomed in and out using the
5151 right mouse button.
5252
53- .. image :: ../../lib/matplotlib/mpl-data/images/zoom_to_rect .png
53+ .. image :: ../../lib/matplotlib/mpl-data/images/zoom_to_rect_large .png
5454
5555The ``Zoom-to-rectangle `` button
5656 Click this toolbar button to activate this mode. Put your mouse
@@ -61,15 +61,15 @@ The ``Zoom-to-rectangle`` button
6161 with the right button, which will place your entire axes in the
6262 region defined by the zoom out rectangle.
6363
64- .. image :: ../../lib/matplotlib/mpl-data/images/subplots .png
64+ .. image :: ../../lib/matplotlib/mpl-data/images/subplots_large .png
6565
6666The ``Subplot-configuration `` button
6767 Use this tool to configure the appearance of the subplot:
6868 you can stretch or compress the left, right, top, or bottom
69- side of the subplot, or the space between the rows or
69+ side of the subplot, or the space between the rows or
7070 space between the columns.
7171
72- .. image :: ../../lib/matplotlib/mpl-data/images/filesave .png
72+ .. image :: ../../lib/matplotlib/mpl-data/images/filesave_large .png
7373
7474The ``Save `` button
7575 Click this button to launch a file save dialog. You can save
@@ -95,7 +95,7 @@ Zoom-to-rect **o**
9595Save **ctrl ** + **s **
9696Toggle fullscreen **ctrl ** + **f **
9797Close plot **ctrl ** + **w **
98- Constrain pan/zoom to x axis hold **x ** when panning/zooming with mouse
98+ Constrain pan/zoom to x axis hold **x ** when panning/zooming with mouse
9999Constrain pan/zoom to y axis hold **y ** when panning/zooming with mouse
100100Preserve aspect ratio hold **CONTROL ** when panning/zooming with mouse
101101Toggle grid **g ** when mouse is over an axes
@@ -134,8 +134,3 @@ example code for GTK::
134134
135135 win.show_all()
136136 gtk.main()
137-
138-
139-
140-
141-
0 commit comments