Skip to content

Instantly share code, notes, and snippets.

@henryrossiter
Last active February 4, 2020 23:02
Show Gist options
  • Save henryrossiter/39c350542dfca8a536e09ea098c3ddfd to your computer and use it in GitHub Desktop.
Save henryrossiter/39c350542dfca8a536e09ea098c3ddfd to your computer and use it in GitHub Desktop.
import matplotlib.pyplot as plt
plt.plot(btc_data)
plt.title('Daily Low Bitcoin Prices - 1 Year')
plt.ylabel('Daily Low - USD')
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment