Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created March 27, 2021 09:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/11448cf0baf338d59d37285700a54b87 to your computer and use it in GitHub Desktop.
Save amankharwal/11448cf0baf338d59d37285700a54b87 to your computer and use it in GitHub Desktop.
close = data['Close']
ax = close.plot(title='Tesla')
ax.set_xlabel('Date')
ax.set_ylabel('Close')
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment