Skip to content
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

sizes of areas in violin plot are incorrect #3351

Closed
ctarn opened this issue Nov 2, 2023 · 1 comment
Closed

sizes of areas in violin plot are incorrect #3351

ctarn opened this issue Nov 2, 2023 · 1 comment
Labels

Comments

@ctarn
Copy link
Contributor

ctarn commented Nov 2, 2023

the sizes of violin areas seem to be always the same, which is incorrect.

I am using CairoMakie v0.10.12, and I remember the bug did not for previous versions. still trying to locate the version...

using CairoMakie
xs = rand([1, 2, 2, 3, 3, 3], 1000)
println([sum(xs .== x) for x in 1:3])
ys = randn(1000)
violin(xs, ys)

display

@ctarn ctarn added the bug label Nov 2, 2023
@ctarn ctarn changed the title size of violin plots are incorrect sizes of areas in violin plot are incorrect Nov 2, 2023
@ctarn
Copy link
Contributor Author

ctarn commented Mar 19, 2024

fixed by #3352 and #3715

@ctarn ctarn closed this as completed Mar 19, 2024
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant