Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import numpy as np
- import pylab as py
- py.plot([1, 1.2, 2.4], [4.3, 3, 2])
- py.show()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement