Guest User

Untitled

a guest
Dec 19th, 2018
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Time
  2. 00:00:00 1.000000
  3. 00:01:00 1.000000
  4. 00:02:00 0.999997
  5. ...
  6. 23:57:00 1.000083
  7. 23:58:00 0.999967
  8. 23:59:00 0.999864
  9. Name: Last, Length: 1440, dtype: float64
  10.  
  11. plt.style.use('seaborn-white')
  12. tmp.plot(figsize=(15,7),grid=False,title='Normalized Minute Prices')
  13. plt.xticks(list(range(len(tmp))), tmp.index)
  14. plt.show()
Add Comment
Please, Sign In to add comment