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 6b32d22 commit 8cf64d1Copy full SHA for 8cf64d1
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