We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Boxes get skinnier in grouped boxplot with subplots. Looks like boxes share the same X axis for the box width calculations.
https://codepen.io/kei51/pen/VNoQEg
In a bar chart with the same configuration, it works as I expected.
https://codepen.io/kei51/pen/xMdQoX
I can see the same problem on Violin plot too.
https://codepen.io/kei51/pen/qgmQgV
The text was updated successfully, but these errors were encountered:
This is essentially the same inconsistency as discussed in #3502
You can work around it using offsetgroup:
offsetgroup
https://codepen.io/etpinard/pen/mYbevE?editors=0010
Sorry, something went wrong.
For more info:
Marking this one as duplicate of #3502
Thanks for the info!
No branches or pull requests
Boxes get skinnier in grouped boxplot with subplots. Looks like boxes share the same X axis for the box width calculations.
https://codepen.io/kei51/pen/VNoQEg
In a bar chart with the same configuration, it works as I expected.
https://codepen.io/kei51/pen/xMdQoX
I can see the same problem on Violin plot too.
https://codepen.io/kei51/pen/qgmQgV
The text was updated successfully, but these errors were encountered: