Closed
Description
When executing the following in a JupyterLab Notebook, increasing the window size results in the plot correctly expanding, but reducing the size of the window does not shrink the plot correctly (see following GIF):
import ipywidgets as widgets
import plotly.graph_objects as go
import plotly.express as px
fig = px.line([1, 2, 3, 4, 6], template='plotly_dark')
fw = go.FigureWidget(fig)
fw
Metadata
Metadata
Assignees
Labels
No labels