Skip to content

Commit 0d42f09

Browse files
committed
updated pyplot.py
1 parent bbf962f commit 0d42f09

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)