Skip to content

geom_hex/stat_hex binwidth argument no longer working #1610

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
coolbutuseless opened this issue Apr 13, 2016 · 0 comments
Closed

geom_hex/stat_hex binwidth argument no longer working #1610

coolbutuseless opened this issue Apr 13, 2016 · 0 comments

Comments

@coolbutuseless
Copy link
Contributor

ggplot2.1.0

> ggplot(mtcars) + geom_hex(aes(mpg, mpg), bins=5)
# works fine
> ggplot(mtcars) + geom_hex(aes(mpg, mpg), binwidth=2)
Warning message:
Computation failed in `stat_binhex()`:
missing value where TRUE/FALSE needed 

May be related to: #1608

@hadley hadley closed this as completed in 9a1a203 Jul 28, 2016
@lock lock bot locked as resolved and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant