Skip to content

Commit 8328430

Browse files
committed
Clarify what "axes" means
This is an attempt to disambiguate the axes part of a figure from the mathematical term "axes".
1 parent 6293f20 commit 8328430

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/users/pyplot_tutorial.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ some change to a figure: e.g., create a figure, create a plotting area
1111
in a figure, plot some lines in a plotting area, decorate the plot
1212
with labels, etc.... :mod:`matplotlib.pyplot` is stateful, in that it
1313
keeps track of the current figure and plotting area, and the plotting
14-
functions are directed to the current axes
14+
functions are directed to the current axes (please note that "axes" here
15+
and in most places in the documentation refers to the *axes*
16+
`part of a figure <http://matplotlib.org/faq/usage_faq.html#parts-of-a-figure>`__
17+
and not the strict mathematical term for more than one axis).
1518

1619
.. plot:: pyplots/pyplot_simple.py
1720
:include-source:

0 commit comments

Comments
 (0)