Advertisement
Guest User

newfile.py

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