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

Skip to content

Commit 40c586e

Browse files
author
Aseem Bansal
committed
Update pyplot_two_subplots.py
1 parent dd2daec commit 40c586e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/pyplots/pyplot_two_subplots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ def f(t):
1313

1414
plt.subplot(212)
1515
plt.plot(t2, np.cos(2*np.pi*t2), 'r--')
16-
16+
plt.show()

0 commit comments

Comments
 (0)