-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Changes in jitter.width
of geom_point()
since v3.5.1.9000
#6300
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
Comments
Thanks for the report Jan! The relevant PR that affected this behaviour is #5922.
I'm sure there will be other changes that will trigger small changes as well. vdiffr snapshots aren't checked on CRAN, so it won't be an immediate problem. |
I'm going to close this issue as the new jittering has preferred properties over the old jittering and we therefore shouldn't move backwards. |
Do you have a rough estimate, when the next ggplot2 release is going to hit CRAN? I should probably submit the fixed version of tidyplots before that. However, I just submitted to CRAN 9 days ago and I would like to collect some more commits before submitting again. Thanks a lot! |
I do indeed and that estimate is before summer, so May-ish. |
That's great! Thanks! |
Part 1
In this example the jitter is wider since
v3.5.1.9000
Output of ggplot2
v3.5.1
Output of ggplot2
v3.5.1.9000
Part 2
Now, it gets even more interesting. If the grouping viable is discrete, but not a factor, the jitter is more narrow since
v3.5.1.9000
Output of ggplot2
v3.5.1
Output of ggplot2
v3.5.1.9000
Conclusion
I am not sure what to make of this. I guess this might probably not hurt too much. However, in
tidyplots
it triggers a lot ofvdiffr
failures.The text was updated successfully, but these errors were encountered: