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

Skip to content

Commit f2809ad

Browse files
authored
Merge pull request #21775 from meeseeksmachine/auto-backport-of-pr-21771-on-v3.5.x
Backport PR #21771 on branch v3.5.x (DOC: fix missing ref)
2 parents f03f8be + 31f94d9 commit f2809ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorials/intermediate/arranging_axes.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
.. note::
1313
1414
Matplotlib uses *Axes* to refer to the drawing area that contains
15-
data, x- and y-axis, ticks, labels, title, etc. See <figure_parts>_ for
16-
more details. Another term that is often used is "subplot", which refers
17-
to an Axes that is in a grid with other Axes objects.
15+
data, x- and y-axis, ticks, labels, title, etc. See :ref:`figure_parts`
16+
for more details. Another term that is often used is "subplot", which
17+
refers to an Axes that is in a grid with other Axes objects.
1818
1919
Overview
2020
========

0 commit comments

Comments
 (0)