-
Notifications
You must be signed in to change notification settings - Fork 2k
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
geom_boxplot with geom_jitter produces double dots #5388
Comments
Does it work as intended when setting |
Thank you for your recommendation.This one solves the issue. So, in my understanding geom_boxplot() will not plot extreme outliers, and to properly plot them I will need to manually extend the yaxis to that point. But, shouldn't this be the default state so that no artefacts being produced or give a warning? |
The boxplot will draw outliers by default, unless directed otherwise. If you use the In any case, I think everything is working as intended here, so I'm going to close this issue. |
Tips for a helpful bug report:
I found a problem with ggplot2::geom_boxplot will create a second dot of different size but identical. not all values are being replicated
Here is the code to reproduce the bug:
this is my data
this is the code:
notice the black circular point. those should not be there.
same if I add a violin in there:
and my session info
The text was updated successfully, but these errors were encountered: