We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
After updating ggplot2 I now get the following warning when I add "geom_blank" on other geoms, for example:
ggplot() + geom_bar(data=mtcars, aes(x=cyl, y=hp), stat="identity") + geom_blank()
will produce this warning:
Warning message: In max(vapply(evaled, length, integer(1))) : no non-missing arguments to max; returning -Inf
Any ideas what this is referring to?
The text was updated successfully, but these errors were encountered:
Simpler reprex:
ggplot()
Sorry, something went wrong.
1875bb8
No branches or pull requests
Hi,
After updating ggplot2 I now get the following warning when I add "geom_blank" on other geoms, for example:
will produce this warning:
Any ideas what this is referring to?
The text was updated successfully, but these errors were encountered: