-
Notifications
You must be signed in to change notification settings - Fork 2.1k
inherit.aes ignored in geom_{ab,h,v}line #2696
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
Comments
Seems like this is a case of a now-defunct behavior changed in #482. |
This is purely a documentation issue, and it seems fixed now;
|
It does still exist in the documentation of the
Maybe we should document |
Ah, true. Sorry... |
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
Uh oh!
There was an error while loading. Please reload this page.
The documentation for geom_abline says that
inherit.aes
is a valid parameter for this geom:If specified and inherit.aes = TRUE (the default)...
, but it seems not:Warning: Ignoring unknown parameters: inherit.aes
:Example:
The text was updated successfully, but these errors were encountered: