@@ -9,11 +9,11 @@ All figure windows come with a navigation toolbar, which can be used
9
9
to navigate through the data set. Here is a description of each of
10
10
the buttons at the bottom of the toolbar
11
11
12
- .. image :: ../../lib/matplotlib/mpl-data/images/home .png
12
+ .. image :: ../../lib/matplotlib/mpl-data/images/home_large .png
13
13
14
- .. image :: ../../lib/matplotlib/mpl-data/images/back .png
14
+ .. image :: ../../lib/matplotlib/mpl-data/images/back_large .png
15
15
16
- .. image :: ../../lib/matplotlib/mpl-data/images/forward .png
16
+ .. image :: ../../lib/matplotlib/mpl-data/images/forward_large .png
17
17
18
18
The ``Home ``, ``Forward `` and ``Back `` buttons
19
19
These are akin to a web browser's home, forward and back controls.
@@ -26,7 +26,7 @@ The ``Home``, ``Forward`` and ``Back`` buttons
26
26
first, default view of your data. Again, all of these buttons should
27
27
feel very familiar to any user of a web browser.
28
28
29
- .. image :: ../../lib/matplotlib/mpl-data/images/move .png
29
+ .. image :: ../../lib/matplotlib/mpl-data/images/move_large .png
30
30
31
31
The ``Pan/Zoom `` button
32
32
This button has two modes: pan and zoom. Click the toolbar button
@@ -50,7 +50,7 @@ The ``Pan/Zoom`` button
50
50
mouse button. The radius scale can be zoomed in and out using the
51
51
right mouse button.
52
52
53
- .. image :: ../../lib/matplotlib/mpl-data/images/zoom_to_rect .png
53
+ .. image :: ../../lib/matplotlib/mpl-data/images/zoom_to_rect_large .png
54
54
55
55
The ``Zoom-to-rectangle `` button
56
56
Click this toolbar button to activate this mode. Put your mouse
@@ -61,15 +61,15 @@ The ``Zoom-to-rectangle`` button
61
61
with the right button, which will place your entire axes in the
62
62
region defined by the zoom out rectangle.
63
63
64
- .. image :: ../../lib/matplotlib/mpl-data/images/subplots .png
64
+ .. image :: ../../lib/matplotlib/mpl-data/images/subplots_large .png
65
65
66
66
The ``Subplot-configuration `` button
67
67
Use this tool to configure the appearance of the subplot:
68
68
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
70
70
space between the columns.
71
71
72
- .. image :: ../../lib/matplotlib/mpl-data/images/filesave .png
72
+ .. image :: ../../lib/matplotlib/mpl-data/images/filesave_large .png
73
73
74
74
The ``Save `` button
75
75
Click this button to launch a file save dialog. You can save
@@ -95,7 +95,7 @@ Zoom-to-rect **o**
95
95
Save **ctrl ** + **s **
96
96
Toggle fullscreen **ctrl ** + **f **
97
97
Close 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
99
99
Constrain pan/zoom to y axis hold **y ** when panning/zooming with mouse
100
100
Preserve aspect ratio hold **CONTROL ** when panning/zooming with mouse
101
101
Toggle grid **g ** when mouse is over an axes
@@ -134,8 +134,3 @@ example code for GTK::
134
134
135
135
win.show_all()
136
136
gtk.main()
137
-
138
-
139
-
140
-
141
-
0 commit comments