Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. import matplotlib.pyplot as plt
  2. plt.figure() # It opens graph fine
  3.  
  4. with open("data.txt") as file_data:
  5.  
  6. while True:
  7. pass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement