Advertisement
furas

py.plot

May 21st, 2015
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. import numpy as np
  2. import pylab as py
  3.  
  4. py.plot([1, 1.2, 2.4], [4.3, 3, 2])
  5.  
  6. py.show()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement