8000
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.
1 parent aa91486 commit dd2daecCopy full SHA for dd2daec
doc/pyplots/pyplot_three.py
@@ -6,4 +6,4 @@
6
7
# red dashes, blue squares and green triangles
8
plt.plot(t, t, 'r--', t, t**2, 'bs', t, t**3, 'g^')
9
-
+plt.show()
0 commit comments