File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -118,15 +118,14 @@ User guide tutorials
118
118
Many of our tutorials were moved from this section to :ref: `users-guide-index `:
119
119
120
120
Introductory
121
- ~~~~~~~~~~~~
121
+ ^^^^^^^^^^^^
122
122
123
123
- :ref: `quick_start `
124
124
- :ref: `customizing `
125
125
- :ref: `animations `
126
126
127
127
Intermediate
128
- ~~~~~~~~~~~~
129
-
128
+ ^^^^^^^^^^^^
130
129
- :ref: `legend_guide `
131
130
- :ref: `color_cycle `
132
131
- :ref: `constrainedlayout_guide `
@@ -136,24 +135,24 @@ Intermediate
136
135
- :ref: `imshow_extent `
137
136
138
137
Advanced
139
- ~~~~~~~~
138
+ ^^^^^^^^
140
139
141
140
- :ref: `blitting `
142
141
- :ref: `paths `
143
142
- :ref: `patheffects_guide `
144
143
- :ref: `transforms_tutorial `
145
144
146
145
Colors
147
- ~~~~~~
146
+ ^^^^^^
148
147
149
148
See :ref: `tutorials-colors `.
150
149
151
150
Text
152
- ~~~~
151
+ ^^^^
153
152
154
153
See :ref: `tutorials-text `.
155
154
156
155
Toolkits
157
- ~~~~~~~~
156
+ ^^^^^^^^
158
157
159
158
See :ref: `tutorials-toolkits `.
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ colorbar whose height (or width) is in sync with the main axes
86
86
:align: center
87
87
88
88
scatter_hist.py with AxesDivider
89
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
89
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
90
90
91
91
The :doc: `/gallery/lines_bars_and_markers/scatter_hist ` example can be
92
92
rewritten using `~.axes_grid1.axes_divider.make_axes_locatable `::
@@ -141,15 +141,14 @@ parasite axes. To create a host axes, you may use ``host_subplot`` or
141
141
``host_axes `` command.
142
142
143
143
Example 1: twinx
144
- ~~~~~~~~~~~~~~~~
144
+ ^^^^^^^^^^^^^^^^
145
145
146
146
.. figure :: /gallery/axes_grid1/images/sphx_glr_parasite_simple_001.png
147
147
:target: /gallery/axes_grid1/parasite_simple.html
148
148
:align: center
149
149
150
150
Example 2: twin
151
- ~~~~~~~~~~~~~~~
152
-
151
+ ^^^^^^^^^^^^^^^
153
152
``twin `` without a transform argument assumes that the parasite axes has the
154
153
same data transform as the host. This can be useful when you want the
155
154
top(or right)-axis to have different tick-locations, tick-labels, or
You can’t perform that action at this time.
0 commit comments