Skip to content

Instantly share code, notes, and snippets.

@databyjp
Created March 19, 2021 09:36
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 databyjp/72a0f3c340df5a0f364898ef5918823e to your computer and use it in GitHub Desktop.
Save databyjp/72a0f3c340df5a0f364898ef5918823e to your computer and use it in GitHub Desktop.
import plotly.express as px
fig = px.line(df, x="date", y="close", template="plotly_white",
title=f"Stock price history for {symbol}")
fig.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment