hpareek

Untitled

Jun 23rd, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. import matplotlib.pyplot as plt
  2.  
  3. plt.plotfile('600_1%_532e_Mo F1_80sec.txt', delimiter=' ', cols=(0, 1),
  4.              names=('col1', 'col2'))
  5. plt.show()
Add Comment
Please, Sign In to add comment