8000 Update pyplot_three.py · matplotlib/matplotlib@dd2daec · GitHub
[go: up one dir, main page]

Skip to content

Commit dd2daec

Browse files
author
Aseem Bansal
committed
Update pyplot_three.py
1 parent aa91486 commit dd2daec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/pyplots/pyplot_three.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
# red dashes, blue squares and green triangles
88
plt.plot(t, t, 'r--', t, t**2, 'bs', t, t**3, 'g^')
9-
9+
plt.show()

0 commit comments

Comments
 (0)
0