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
After the changes in befc4d0 where unused aesthetics throw a warning you now get a warning when using expand_limits() (that calls geom_blank() under the hood)
expand_limits()
ggplot(mtcars) + geom_point(aes(mpg, cyl)) + expand_limits(x = c(-10, NA))
The text was updated successfully, but these errors were encountered:
@hadley can you look at this since you made the change?
Sorry, something went wrong.
97f3dd3
No branches or pull requests
After the changes in befc4d0 where unused aesthetics throw a warning you now get a warning when using
expand_limits()
(that calls geom_blank() under the hood)The text was updated successfully, but these errors were encountered: