Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created May 22, 2021 11:08
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/de24dca9aa37391574896fff66f6939c to your computer and use it in GitHub Desktop.
Save amankharwal/de24dca9aa37391574896fff66f6939c to your computer and use it in GitHub Desktop.
plt.figure(figsize=(10, 4))
plt.title("INR - USD Exchange Rate")
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