Skip to content

Instantly share code, notes, and snippets.

@JovanVeljanoski
Last active June 1, 2020 21:11
Show Gist options
  • Save JovanVeljanoski/a95aebbcdd62fca25a332b972a1fc17c to your computer and use it in GitHub Desktop.
Save JovanVeljanoski/a95aebbcdd62fca25a332b972a1fc17c to your computer and use it in GitHub Desktop.
def create_figure_empty():
layout = go.Layout(plot_bgcolor='white', width=10, height=10,
xaxis=go.layout.XAxis(visible=False),
yaxis=go.layout.YAxis(visible=False))
return go.FigureWidget(layout=layout)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment