Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 666daf8

Browse files
committed
Reformatted user_guide/toolkits/axes_grid.rst and tutorials/index.rst
1 parent 6b86f79 commit 666daf8

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

galleries/tutorials/index.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,14 @@ User guide tutorials
118118
Many of our tutorials were moved from this section to :ref:`users-guide-index`:
119119

120120
Introductory
121-
~~~~~~~~~~~~
121+
^^^^^^^^^^^^
122122

123123
- :ref:`quick_start`
124124
- :ref:`customizing`
125125
- :ref:`animations`
126126

127127
Intermediate
128-
~~~~~~~~~~~~
129-
128+
^^^^^^^^^^^^
130129
- :ref:`legend_guide`
131130
- :ref:`color_cycle`
132131
- :ref:`constrainedlayout_guide`
@@ -136,24 +135,24 @@ Intermediate
136135
- :ref:`imshow_extent`
137136

138137
Advanced
139-
~~~~~~~~
138+
^^^^^^^^
140139

141140
- :ref:`blitting`
142141
- :ref:`paths`
143142
- :ref:`patheffects_guide`
144143
- :ref:`transforms_tutorial`
145144

146145
Colors
147-
~~~~~~
146+
^^^^^^
148147

149148
See :ref:`tutorials-colors`.
150149

151150
Text
152-
~~~~
151+
^^^^
153152

154153
See :ref:`tutorials-text`.
155154

156155
Toolkits
157-
~~~~~~~~
156+
^^^^^^^^
158157

159158
See :ref:`tutorials-toolkits`.

galleries/users_explain/toolkits/axes_grid.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ colorbar whose height (or width) is in sync with the main axes
8686
:align: center
8787

8888
scatter_hist.py with AxesDivider
89-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
89+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9090

9191
The :doc:`/gallery/lines_bars_and_markers/scatter_hist` example can be
9292
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
141141
``host_axes`` command.
142142

143143
Example 1: twinx
144-
~~~~~~~~~~~~~~~~
144+
^^^^^^^^^^^^^^^^
145145

146146
.. figure:: /gallery/axes_grid1/images/sphx_glr_parasite_simple_001.png
147147
:target: /gallery/axes_grid1/parasite_simple.html
148148
:align: center
149149

150150
Example 2: twin
151-
~~~~~~~~~~~~~~~
152-
151+
^^^^^^^^^^^^^^^
153152
``twin`` without a transform argument assumes that the parasite axes has the
154153
same data transform as the host. This can be useful when you want the
155154
top(or right)-axis to have different tick-locations, tick-labels, or

0 commit comments

Comments
 (0)