Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 225a4a0

Browse files
authored
Merge pull request #9050 from choldgraf/pyplot_tut
fix pyplot tutorial bug
2 parents 5044788 + 3c284ef commit 225a4a0

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
@@ -51,7 +51,7 @@
5151
#
5252
# :func:`~matplotlib.pyplot.plot` is a versatile command, and will take
5353
# an arbitrary number of arguments. For example, to plot x versus y,
54-
# you can issue the command::
54+
# you can issue the command:
5555

5656
plt.plot([1, 2, 3, 4], [1, 4, 9, 16])
5757

0 commit comments

Comments
 (0)