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 bbf962f commit 0d42f09Copy full SHA for 0d42f09
tutorials/introductory/pyplot.py
@@ -267,7 +267,7 @@ def f(t):
267
# ``figure(1)`` will be created by default, just as a ``subplot(111)``
268
# will be created by default if you don't manually specify any axes. The
269
# :func:`~matplotlib.pyplot.subplot` command specifies ``numrows,
270
-# numcols, fignum`` where ``fignum`` ranges from 1 to
+# numcols, plot_number`` where ``plot_number`` ranges from 1 to
271
# ``numrows*numcols``. The commas in the ``subplot`` command are
272
# optional if ``numrows*numcols<10``. So ``subplot(211)`` is identical
273
# to ``subplot(2, 1, 1)``.
0 commit comments