-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behavior
Milestone
Description
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)
ggplot(mtcars) +
geom_point(aes(mpg, cyl)) +
expand_limits(x = c(-10, NA))
Metadata
Metadata
Assignees
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behavior