Skip to content

geom_hex() doesn't work #4819

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
dax44 opened this issue Apr 27, 2022 · 1 comment
Closed

geom_hex() doesn't work #4819

dax44 opened this issue Apr 27, 2022 · 1 comment

Comments

@dax44
Copy link

dax44 commented Apr 27, 2022

After updating to r 4.2.0 geom_hex() doesn't work for me :(

d <- ggplot(diamonds, aes(carat, price))
d + geom_hex()
Warning message:
Computation failed in `stat_binhex()`:

and in plots I have this
image

@yutannihilation
Copy link
Member

You need to install hexbin package. Sorry that the error message is cryptic. See #4736.

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

1 participant