Skip to content

Instantly share code, notes, and snippets.

@susanli2016
Created June 21, 2022 03:16
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/cf89cdfae3e2f6a847a63c1a4aff303a to your computer and use it in GitHub Desktop.
Save susanli2016/cf89cdfae3e2f6a847a63c1a4aff303a to your computer and use it in GitHub Desktop.
fig = px.line(df_g7_melt, x="DATE", y="VALUE", color='COUNTRY', title='Real Residential Property Prices - All G7 Countries')
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