Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. import numpy as np
  2.  
  3. import matplotlib.pyplot as plt
  4.  
  5. data = np.loadtxt('repeatdata.txt')
  6.  
  7. plt.plot(data[:,0], data[:,1], 'ro') #This is the line that I am referring to}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement