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

Skip to content

Commit 6293f20

Browse files
committed
Merge pull request matplotlib#4963 from brettcannon/patch-1
Grammar fix for pyplot tutorial
2 parents 6b32d22 + 8cf64d1 commit 6293f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/users/pyplot_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ scenes. Below is a script to create two subplots.
164164

165165
The :func:`~matplotlib.pyplot.figure` command here is optional because
166166
``figure(1)`` will be created by default, just as a ``subplot(111)``
167-
will be created by default if you don't manually specify an axes. The
167+
will be created by default if you don't manually specify any axes. The
168168
:func:`~matplotlib.pyplot.subplot` command specifies ``numrows,
169169
numcols, fignum`` where ``fignum`` ranges from 1 to
170170
``numrows*numcols``. The commas in the ``subplot`` command are

0 commit comments

Comments
 (0)