Skip to content

Commit

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

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

plt.show()

0 comments on commit dd2daec

Please sign in to comment.