Skip to content

Instantly share code, notes, and snippets.

@8080labs
Last active February 15, 2020 22:03
Show Gist options
  • Save 8080labs/a478787b234be1c84301b286da248380 to your computer and use it in GitHub Desktop.
Save 8080labs/a478787b234be1c84301b286da248380 to your computer and use it in GitHub Desktop.
figure_widget = go.FigureWidget(
data=[go.Histogram(x=series, xbins={"size": initial_bin_width})]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment