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.
2 parents 6b32d22 + 8cf64d1 commit 6293f20Copy full SHA for 6293f20
doc/users/pyplot_tutorial.rst
@@ -164,7 +164,7 @@ scenes. Below is a script to create two subplots.
164
165
The :func:`~matplotlib.pyplot.figure` command here is optional because
166
``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
+will be created by default if you don't manually specify any axes. The
168
:func:`~matplotlib.pyplot.subplot` command specifies ``numrows,
169
numcols, fignum`` where ``fignum`` ranges from 1 to
170
``numrows*numcols``. The commas in the ``subplot`` command are
0 commit comments