Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d3c6a commit 237071cCopy full SHA for 237071c
1 file changed
doc/users/pyplot_tutorial.rst
@@ -10,7 +10,7 @@ Each ``pyplot`` function makes
10
some change to a figure: e.g., creates a figure, creates a plotting area
11
in a figure, plots some lines in a plotting area, decorates the plot
12
with labels, etc. In :mod:`matplotlib.pyplot` various states are preserved
13
-across function calls, so that it keeps track of
+across function calls, so that it keeps track of things like
14
the current figure and plotting area, and the plotting
15
functions are directed to the current axes (please note that "axes" here
16
and in most places in the documentation refers to the *axes*
0 commit comments