8000 Backport PR #10055: Documentation mistake in pyplot.py corrected · matplotlib/matplotlib@f0c1a2e · GitHub
[go: up one dir, main page]

Skip to content

Commit f0c1a2e

Browse files
dstansbyMeeseeksDev[bot]
authored and
MeeseeksDev[bot]
committed
Backport PR #10055: Documentation mistake in pyplot.py corrected
1 parent 8e7ffec commit f0c1a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/introductory/pyplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def f(t):
267267
# ``figure(1)`` will be created by default, just as a ``subplot(111)``
268268
# will be created by default if you don't manually specify any axes. The
269269
# :func:`~matplotlib.pyplot.subplot` command specifies ``numrows,
270-
# numcols, fignum`` where ``fignum`` ranges from 1 to
270+
# numcols, plot_number`` where ``plot_number`` ranges from 1 to
271271
# ``numrows*numcols``. The commas in the ``subplot`` command are
272272
# optional if ``numrows*numcols<10``. So ``subplot(211)`` is identical
273273
# to ``subplot(2, 1, 1)``.

0 commit comments

Comments
 (0)
0