Skip to content

fix dropping of inf values from jitter plot #4933

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

Merged

Conversation

javlon
Copy link
Contributor

@javlon javlon commented Aug 7, 2022

Fix #4790

This PR fixes a bug where infinity values were dropped in a jitter plot.

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.

@yutannihilation
Copy link
Member

Perfect, thanks!

@yutannihilation yutannihilation merged commit 058a9bc into tidyverse:main Aug 12, 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.

geom_point() and geom_jitter(width = 0, height = 0) have different behaviors for zero values in scale_y_log10()
2 participants