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

allow for multiple glyphs per plot #28

Merged
merged 3 commits into from
Sep 24, 2017
Merged

Conversation

leeper
Copy link
Contributor

@leeper leeper commented Oct 25, 2016

This PR enables multiple glyphs on the same plot by changing how use_glyph is passed through rep(), for example:

# one glyph per group (mapped to order of `parts`)
waffle::waffle(c(5,5,5,5), rows = 2, use_glyph = c("male", "female", "male", "female"))

test

# one glyph per "square"
waffle::waffle(c(5,5,5,5), rows = 2, use_glyph = rep(c("male", "female"), 10))

test2

@hrbrmstr hrbrmstr merged commit b19f194 into hrbrmstr:master Sep 24, 2017
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.

2 participants