Skip to content

marginal graphs do not match the logarithmic axis #2258

Open
@AMohegh

Description

@AMohegh

Hi all,

I just noticed that when I set my X axis to logarithmic in plotly.express, the marginal graphs associated with that axis do not update. Here is a sample code:
fig=px.scatter(data,x='area',y='ratio',color="continent",trendline="ols",marginal_y="box",marginal_x="box")fig.update_layout(xaxis_type="log")

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3backlogbugsomething broken

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions