Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions galleries/tutorials/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,14 @@ User guide tutorials
Many of our tutorials were moved from this section to :ref:`users-guide-index`:

Introductory
~~~~~~~~~~~~
^^^^^^^^^^^^

- :ref:`quick_start`
- :ref:`customizing`
- :ref:`animations`

Intermediate
~~~~~~~~~~~~
^^^^^^^^^^^^

- :ref:`legend_guide`
- :ref:`color_cycle`
Expand All @@ -136,24 +136,24 @@ Intermediate
- :ref:`imshow_extent`

Advanced
~~~~~~~~
^^^^^^^^

- :ref:`blitting`
- :ref:`paths`
- :ref:`patheffects_guide`
- :ref:`transforms_tutorial`

Colors
~~~~~~
^^^^^^

See :ref:`tutorials-colors`.

Text
~~~~
^^^^

See :ref:`tutorials-text`.

Toolkits
~~~~~~~~
^^^^^^^^

See :ref:`tutorials-toolkits`.
6 changes: 3 additions & 3 deletions galleries/users_explain/toolkits/axes_grid.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ colorbar whose height (or width) is in sync with the main axes
:align: center

scatter_hist.py with AxesDivider
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The :doc:`/gallery/lines_bars_and_markers/scatter_hist` example can be
rewritten using `~.axes_grid1.axes_divider.make_axes_locatable`::
Expand Down Expand Up @@ -141,14 +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
:align: center

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
Expand Down