-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Description
When I use a scatter polar Figure object to construct a FigureWidget, I find the FigureWidget display wrong data.
import plotly.express as px
import plotly.graph_objects as go
r = [71.7011, 7.0021, 2.7335, 24.0294, 69.2684]
theta = [29.7066, 91.0809, 43.1147, 182.1037, 312.1727]
fig = px.scatter_polar(r=r, theta=theta, height=300)
fig
fig_widget = go.FigureWidget(fig)
fig_widgetMetadata
Metadata
Assignees
Labels
No labels
