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

Skip to content

Commit fc81ac8

Browse files
authored
Merge pull request #21771 from jklymak/doc-fix-missing
DOC: fix missing ref
2 parents 728f0e4 + 6210ec1 commit fc81ac8

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)