We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
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?
iron()
Thank you for your work!
The text was updated successfully, but these errors were encountered:
The ability to use faceting solves this issue. Thank you!
Sorry, something went wrong.
hrbrmstr
No branches or pull requests
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:
This may not be possible because of how
iron()
is built?Thank you for your work!
The text was updated successfully, but these errors were encountered: