8000 Merge pull request #10055 from surana-mudit/master · matplotlib/matplotlib@febde4b · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit febde4b

Browse files
authored
Merge pull request #10055 from surana-mudit/master
Documentation mistake in pyplot.py corrected
2 parents 2f529fa + 0d42f09 commit febde4b

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