Skip to content

FigureWidget show wrong data #3878

@wang0618

Description

@wang0618

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_widget

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions