Skip to content

Instantly share code, notes, and snippets.

@AnupJoseph
Last active February 24, 2021 12: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 AnupJoseph/1d1d832c745433aa652b5c490887593d to your computer and use it in GitHub Desktop.
Save AnupJoseph/1d1d832c745433aa652b5c490887593d to your computer and use it in GitHub Desktop.
fig = go.Figure()
fig.add_trace(go.Scatter(x=x_axis,y=y_axis,mode="lines",line=dict(color="white",width=4)))
fig.update_layout(template="plotly_dark",
xaxis=dict(showgrid=False,visible=False),
yaxis=dict(showgrid=False,visible=False),
title="<b>Max snow depth in Stockholm during the years 1938-2020</b>")
fig.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment