Skip to content

Instantly share code, notes, and snippets.

@susanli2016
Created June 21, 2022 02:45
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 susanli2016/415536228b3005a4073205badfbf91ad to your computer and use it in GitHub Desktop.
Save susanli2016/415536228b3005a4073205badfbf91ad to your computer and use it in GitHub Desktop.
fig = px.line(df_canada, x="DATE", y='QCAR628BIS', title='Real Residential Property Prices for Canada')
fig.update_layout(title=dict(x=0.5,y=0.95))
fig.show();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment