-
Notifications
You must be signed in to change notification settings - Fork 2k
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
facet_wrap needs labeller parameter like facet_grid #25
Comments
bump? I would love to have this ... should I try to dig in and write it myself or is it likely to be tricky? |
Hmmm, it shouldn't be too hard if you follow a parallel path to |
I'm trying to implent this. However, I cannot figure out why it doesn't render the parsed labels, instead I get expression(...). labels_df <- panel$layout[names(facet$facets)] labels <- apply(labels_df, 1, paste, collapse=", ") list(t = llply(labels, ggstrip, theme = theme)) What am I missing? |
Bump.. facet_wrap indeed needs a labeller parameter like facet_grid... |
If +1 is of any value, +1. If not, NULL |
👍 |
This sounds like a great feature, but unfortunately we don't currently have the development bandwidth to support it. If you'd like to submit a pull request that implements this feature, please follow the instructions in the development vignette. |
No description provided.
The text was updated successfully, but these errors were encountered: