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
update_geom_default with color instead of colour does not update the default.
library(ggplot2) b <- ggplot(mtcars, aes(wt, mpg)) + geom_point() b update_geom_defaults('point',list(color='red')) b #no change update_geom_defaults('point',list(colour='red')) b #colo(u)r updated
The text was updated successfully, but these errors were encountered:
update_geom_defaults()
update_stat_defaults()
Fix update_geom_defaults() and update_stat_defaults() to allow Am…
afebb35
…erican spelling of aesthetic parameters. (#2301) Fixes #2299.
No branches or pull requests
update_geom_default with color instead of colour does not update the default.
The text was updated successfully, but these errors were encountered: