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
ggplot2 now supports horizontal geoms using the orientation argument. This works without modification through the magic of ...:
suppressPackageStartupMessages(library(ggformula)) theme_set(theme_bw()) gf_col(1:10 ~ 11:20, orientation = "y") %>% gf_col(1:10 ~ 11:20, fill = "red", alpha = 0.5)
Created on 2020-07-06 by the reprex package (v0.3.0)
The text was updated successfully, but these errors were encountered:
rpruim
No branches or pull requests
ggplot2 now supports horizontal geoms using the orientation argument. This works without modification through the magic of ...:
Created on 2020-07-06 by the reprex package (v0.3.0)
The text was updated successfully, but these errors were encountered: