Advertisement
Guest User

new

a guest
Mar 17th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.06 KB | None | 0 0
  1. import matplotlib.pyplot as plt
  2.  
  3. plt.plot([1,2,3,4,5])
  4. plt.show()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement