Skip to content

fix misplacing points in position_dodge2 #4936

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

Conversation

javlon
Copy link
Contributor

@javlon javlon commented Aug 9, 2022

Fix #4327

This PR fixes the bug that misplaced geom objects when they had zero width.

Fixes bug which misplaced geom objects when it had zero width.
Copy link
Member

@yutannihilation yutannihilation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks!

@yutannihilation yutannihilation merged commit d54fd69 into tidyverse:main Aug 11, 2022
javlon added a commit to javlon/ggplot2 that referenced this pull request Aug 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

point is misplaced if width = 0 is used in position_dodge2 with geom_point
2 participants