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

ggally_count() #321

Merged
merged 6 commits into from May 30, 2020
Merged

ggally_count() #321

merged 6 commits into from May 30, 2020

Conversation

larmarange
Copy link
Contributor

cf. #317

R/gg-plots.R Outdated Show resolved Hide resolved
R/gg-plots.R Outdated Show resolved Hide resolved
R/gg-plots.R Outdated Show resolved Hide resolved
@larmarange
Copy link
Contributor Author

larmarange commented Apr 25, 2020

I have rewritten ggally_count() using now a dedicated stat_ggally_count() that fixes most of the issues.

For example, ggally_count(tips, mapping = ggplot2::aes(x = toupper(smoker), y = toupper(sex))) works properly now.

The label of Y-axis is now properly managed.

@larmarange larmarange force-pushed the ggally_count branch 2 times, most recently from 2c40bf6 to 7e6e933 Compare April 25, 2020 10:20
- now using a dedicated stat_ggally_count()
- syntaxe like `ggally_count(tips, mapping = ggplot2::aes(x = toupper(smoker), y = toupper(sex)))` now works
@schloerke schloerke added this to the 2.0.0 milestone May 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants