We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If you run:
fig = go.FigureWidget() fig.show()
you get a non-interactive figure. If you run:
fig = go.FigureWidget() fig
you get an interactive figure widget. This confused me and could lead to people having issues using FigureWidget.
FigureWidget