Skip to content

Suppress warning with expand_limits #1820

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
hadley opened this issue Oct 4, 2016 · 3 comments
Closed

Suppress warning with expand_limits #1820

hadley opened this issue Oct 4, 2016 · 3 comments

Comments

@hadley
Copy link
Member

hadley commented Oct 4, 2016

expand_limits(x = 4.1)
#>  Ignoring unknown aesthetics: x
@hadley
Copy link
Member Author

hadley commented Oct 4, 2016

And in geom_bar()

ggplot(data = data.frame(a= 1, b =2)) +
   geom_bar(mapping = aes(x = a, y = b), stat = "identity")

@dpprdan
Copy link

dpprdan commented Oct 4, 2016

If I am wrong just ignore me, but isn't at least the first one #1795?

@hadley
Copy link
Member Author

hadley commented Oct 4, 2016

Oops yes,

@hadley hadley closed this as completed Oct 4, 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

2 participants