Created
March 19, 2021 09:36
-
-
Save databyjp/72a0f3c340df5a0f364898ef5918823e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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