-
Notifications
You must be signed in to change notification settings - Fork 106
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_paginate #7
Comments
Good questions :-) For the first - I plan to provide some sort of helper function that facilitates this, but it will not be part of |
ggplot2.2.0 is out! Can we have this feature now pretty please? :) |
It has not even been a day...:-) |
But it's been well over a minute. What am I paying you for! (take your time, just wanted to place a reminder because I'm sure you have a lot of different projects going on and this one might not be a priority that's on your mind) |
Believe it or not but ggforce and ggraph are currently on top of my "projects-I-do-and-enjoy". Thus below leftover PhD articles and the work that puts bread on the table, but above the rest you find on my GitHub profile |
Thanks Thomas for your great work! I am using facet_wrap_paginate and it works OK with the first page, but when trying to print the second one it fails with the following error.
Could you please help to me? (I've updated the package to the latest version, released just 17h ago) Thanks María |
Whst is |
Sorry, this is from phyloseq package, that use ggplot2 to plot several objects built from metagenomic studies. I have used phyloseq functions + ggplot2 options and it works properly, but I didn't realized that perhaps in this case it does not work. |
It could be - phyloseq is probably optimised to work correctly with ggplot2 functions. If you can reproduce the error with pure ggforce/ggplot2 calls I'll look into it. Otherwise I suggest contacting the authors of phyloseq |
Yes, it works properly with ggplot2, and it seems to fail with phyloseq. Thanks! |
Nice work on ggforce and looking forward to the new release with ggplot2 2.2.0. In the meantime 2 questions on facet_wrap_paginate:
for
loop?ncol = 2, nrow = 2
on the last page even if there is in this case only 2 panels left to plot?The text was updated successfully, but these errors were encountered: