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

Feature request: mix waffles with and without legends in iron() #33

Closed
awunderground opened this issue May 12, 2017 · 1 comment
Closed
Assignees

Comments

@awunderground
Copy link

Great package! Legends are redundant when I iron together more than three waffle plots with the same legend.

I could not find a way to eliminate legends without Error: ncol(x) == ncol(y) is not TRUE.

EXAMPLE:

boom <- c(red = 12, blue = 16)
boom2 <- c(red = 18, blue = 8)
iron(
  waffle(boom, rows = 2, size = 0.25),
  
  waffle(boom2, rows = 2, size = 0.25) +
    theme(legend.position = "none")
  
)

This may not be possible because of how iron() is built?

Thank you for your work!

@awunderground
Copy link
Author

The ability to use faceting solves this issue. Thank you!

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

2 participants