Skip to content

Commit

Permalink
Update pyplot_two_subplots.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Aseem Bansal committed Aug 26, 2013
1 parent dd2daec commit 40c586e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/pyplots/pyplot_two_subplots.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ def f(t):

plt.subplot(212)
plt.plot(t2, np.cos(2*np.pi*t2), 'r--')

plt.show()

0 comments on commit 40c586e

Please sign in to comment.