Skip to content

geom_hex bug introduced by the latest 3.4.0 release #5076

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

Closed
mikejiang opened this issue Dec 2, 2022 · 4 comments
Closed

geom_hex bug introduced by the latest 3.4.0 release #5076

mikejiang opened this issue Dec 2, 2022 · 4 comments

Comments

@mikejiang
Copy link

d <- ggplot(diamonds, aes(carat, price))
d + geom_hex()

Here is the plot before
image
Here is to plot now, apparently something is wrong
image

@mikejiang
Copy link
Author

It's affecting the downstream package that depends on ggplot

here is before 3.4
image

Here is after
image

@teunbrand
Copy link
Collaborator

This is a regression in ggplot2 3.4.0 which has been reported as well in #5037 and #5044. A fix has been proposed in #5045.

@mikejiang
Copy link
Author

Good to know, thank you!

@karawoo
Copy link
Member

karawoo commented Dec 7, 2022

Fixed in #5045

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

No branches or pull requests

3 participants