plotly.py icon indicating copy to clipboard operation
plotly.py copied to clipboard

marginal graphs do not match the logarithmic axis

Open AMohegh opened this issue 5 years ago • 3 comments

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

AMohegh avatar Mar 09 '20 20:03 AMohegh

Thanks @Mosquitostings - moving this to the plotly.py repo, this will either be considered an issue over there or a usage question about how to update the correct x axes.

alexcjohnson avatar Mar 09 '20 20:03 alexcjohnson

Hi! is there a solution to solve this issue ? I am having the same

ManganePy avatar Nov 15 '21 14:11 ManganePy

I have not checked since then.

AMohegh avatar Nov 15 '21 18:11 AMohegh