Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 5044788 + 3c284ef commit 225a4a0Copy full SHA for 225a4a0
1 file changed
tutorials/introductory/pyplot.py
@@ -51,7 +51,7 @@
51
#
52
# :func:`~matplotlib.pyplot.plot` is a versatile command, and will take
53
# an arbitrary number of arguments. For example, to plot x versus y,
54
-# you can issue the command::
+# you can issue the command:
55
56
plt.plot([1, 2, 3, 4], [1, 4, 9, 16])
57
0 commit comments