Skip to content
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

geom_histogram falsely warns about missings #1477

Closed
hadley opened this issue Jan 8, 2016 · 0 comments
Closed

geom_histogram falsely warns about missings #1477

hadley opened this issue Jan 8, 2016 · 0 comments

Comments

@hadley
Copy link
Member

hadley commented Jan 8, 2016

library(ggplot2)
data(SpeedSki, package = "GDAdata")
p <- ggplot(SpeedSki, aes(Speed)) + geom_histogram(binwidth=2.5)
p
p + xlim(160, 220) 
p + xlim(159, 220) 
@hadley hadley closed this as completed in c9dada7 Jan 26, 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