There was an error while loading. Please reload this page.
1 parent 6b86f79 commit 666daf8Copy full SHA for 666daf8
2 files changed
galleries/tutorials/index.rst
@@ -118,15 +118,14 @@ User guide tutorials
118
Many of our tutorials were moved from this section to :ref:`users-guide-index`:
119
120
Introductory
121
-~~~~~~~~~~~~
+^^^^^^^^^^^^
122
123
- :ref:`quick_start`
124
- :ref:`customizing`
125
- :ref:`animations`
126
127
Intermediate
128
129
-
130
- :ref:`legend_guide`
131
- :ref:`color_cycle`
132
- :ref:`constrainedlayout_guide`
@@ -136,24 +135,24 @@ Intermediate
136
135
- :ref:`imshow_extent`
137
138
Advanced
139
-~~~~~~~~
+^^^^^^^^
140
141
- :ref:`blitting`
142
- :ref:`paths`
143
- :ref:`patheffects_guide`
144
- :ref:`transforms_tutorial`
145
146
Colors
147
-~~~~~~
+^^^^^^
148
149
See :ref:`tutorials-colors`.
150
151
Text
152
-~~~~
+^^^^
153
154
See :ref:`tutorials-text`.
155
156
Toolkits
157
158
159
See :ref:`tutorials-toolkits`.
galleries/users_explain/toolkits/axes_grid.rst
@@ -86,7 +86,7 @@ colorbar whose height (or width) is in sync with the main axes
86
:align: center
87
88
scatter_hist.py with AxesDivider
89
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
90
91
The :doc:`/gallery/lines_bars_and_markers/scatter_hist` example can be
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
``host_axes`` command.
Example 1: twinx
-~~~~~~~~~~~~~~~~
+^^^^^^^^^^^^^^^^
.. figure:: /gallery/axes_grid1/images/sphx_glr_parasite_simple_001.png
:target: /gallery/axes_grid1/parasite_simple.html
Example 2: twin
-~~~~~~~~~~~~~~~
+^^^^^^^^^^^^^^^
``twin`` without a transform argument assumes that the parasite axes has the
same data transform as the host. This can be useful when you want the
top(or right)-axis to have different tick-locations, tick-labels, or
0 commit comments