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

Skip to content

Commit 237071c

Browse files
committed
Added things like to first paragraph.
1 parent f1d3c6a commit 237071c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/users/pyplot_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Each ``pyplot`` function makes
1010
some change to a figure: e.g., creates a figure, creates a plotting area
1111
in a figure, plots some lines in a plotting area, decorates the plot
1212
with labels, etc. In :mod:`matplotlib.pyplot` various states are preserved
13-
across function calls, so that it keeps track of
13+
across function calls, so that it keeps track of things like
1414
the current figure and plotting area, and the plotting
1515
functions are directed to the current axes (please note that "axes" here
1616
and in most places in the documentation refers to the *axes*

0 commit comments

Comments
 (0)