plotly / plotly.py

The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
https://plotly.com/python/
MIT License
16.19k stars 2.55k forks source link

marginal graphs do not match the logarithmic axis #2258

Open AMohegh opened 4 years ago

AMohegh commented 4 years ago

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

alexcjohnson commented 4 years ago

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.

ManganePy commented 2 years ago

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

AMohegh commented 2 years ago

I have not checked since then.