Skip to content
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

Demonstrate use of orientation in examples -- eventually remove horizontal functions that use ggstance? #140

Open
rpruim opened this issue Jul 6, 2020 · 0 comments
Assignees

Comments

@rpruim
Copy link

rpruim commented Jul 6, 2020

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)

@rpruim rpruim self-assigned this Jul 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant