Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created June 21, 2021 12:52
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/b50f12bb4241506c804ea64a935c3d12 to your computer and use it in GitHub Desktop.
Save amankharwal/b50f12bb4241506c804ea64a935c3d12 to your computer and use it in GitHub Desktop.
plt.figure(figsize=(10, 4))
plt.title("Microsoft Stock Prices")
plt.xlabel("Date")
plt.ylabel("Close")
plt.plot(data["Close"])
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment