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

Is that possible to using multiple icon in one plot? #40

Open
fengqifang opened this issue Nov 7, 2017 · 3 comments
Open

Is that possible to using multiple icon in one plot? #40

fengqifang opened this issue Nov 7, 2017 · 3 comments

Comments

@fengqifang
Copy link

For example, I like to plot a chart which has male/female data. I prefer to use male/female icon from awesome font, not to use color?

Is that possible?

@hrbrmstr
Copy link
Owner

hrbrmstr commented Nov 7, 2017

Like this? #28

@fengqifang
Copy link
Author

Great, that is what I need.

Another question.

I have run your example

waffle::waffle(c(1, 9, 2,  8), rows = 2, use_glyph = c("male", "female", "male", "female"))

out1

It is nice. But when I like to assign own name not the "A"/'B"......

waffle::waffle(c("Male Fans" = 1, "Female Fans" = 9, "Male" = 2, "Female" = 8), rows = 2, use_glyph = c("male", "female", "male", "female"))

out2

It seems that data order does not correspond with glyph order?

Did I miss something?

@hrbrmstr
Copy link
Owner

hrbrmstr commented Nov 8, 2017 via email

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

No branches or pull requests

2 participants