Skip to content

boxmode 'group' on 'logscale' boxgap issue #6383

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jeonsimon opened this issue Nov 30, 2022 · 2 comments
Open

boxmode 'group' on 'logscale' boxgap issue #6383

jeonsimon opened this issue Nov 30, 2022 · 2 comments
Labels
bug something broken P3 backlog

Comments

@jeonsimon
Copy link

jeonsimon commented Nov 30, 2022

Hi, There is an issue on boxplot when log scale applied.

fig.update_layout( boxmode = 'group', xaxis = dict(type = "log") )

image

As X value increases, boxplot gap decreases more and more.
I want to same gap whatever value chagned.

This issue is exntesion of #4283

@alexcjohnson
Copy link
Collaborator

Yes, makes sense that if we’re going to treat individual boxes that way on log axes we should do the same for grouped boxes. And violins too. And bars? That might be a bigger change than we can make to the default behavior without considering it breaking, ideally we’d make an option to scale either way. Moving to the plotly.js repo.

@alexcjohnson alexcjohnson transferred this issue from plotly/plotly.py Dec 2, 2022
@jeonsimon jeonsimon reopened this Dec 8, 2022
@jeonsimon
Copy link
Author

jeonsimon commented Dec 8, 2022

Yes, makes sense that if we’re going to treat individual boxes that way on log axes we should do the same for grouped boxes. And violins too. And bars? That might be a bigger change than we can make to the default behavior without considering it breaking, ideally we’d make an option to scale either way. Moving to the plotly.js repo.

Thank you for check this issue alex.
There is same issue for grouped bars and violins.
I'm looking forward to your great solutions!

  • I closed this issue and reopened again because I made a mistake to select comment.

@gvwilson gvwilson self-assigned this Jul 4, 2024
@gvwilson gvwilson removed their assignment Aug 2, 2024
@gvwilson gvwilson added bug something broken P3 backlog labels Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken P3 backlog
Projects
None yet
Development

No branches or pull requests

3 participants