You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The switch from go.Figure to go.FigureWidget to include interactive buttons caused an unintended side effect of changing plot background color from transparent to white. This is caused by an inconsistency between the two classes (see plotly/plotly.py#3811).
If there's not a workaround or fix, we may just have to live with an opaque background. I guess there are worse things.
The text was updated successfully, but these errors were encountered:
The switch from
go.Figure
togo.FigureWidget
to include interactive buttons caused an unintended side effect of changing plot background color from transparent to white. This is caused by an inconsistency between the two classes (see plotly/plotly.py#3811).If there's not a workaround or fix, we may just have to live with an opaque background. I guess there are worse things.
The text was updated successfully, but these errors were encountered: