-
Notifications
You must be signed in to change notification settings - Fork 88
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
Multi-page plots squeezed into single presentation page #80
Comments
Would you mind providing more information? E.g.,
|
PDF (beamer). But I guess the behaviour is the same for all presentation tools in R
Yep, exactly. |
Inspired by this SO post: Looks like all we need is a line break after each plot. I will test it out when I have a chance. FYI, super busy with work and personal life for 2nd half of 2018. You might have to manually subsetting your DFs for a while. If I may, this might be helpful for you, maximum plots per page by chart type:
|
Thanks for the quick reply and the information. |
This is more difficult than I expected. I tried adding line breaks, forcing To make presentation mode slightly easier (still not ideal I admit), I have added I will still keep this in mind, and hopefully fix this soon. |
For datasets with many features, multiple pages are returned.
When visualizing in presentation format, it would be neat to be able to plot page by page to fit the slides. Currently one needs to subset the dataframe by hand, e.g. data[, 1:15] and data[, 16:30].
The text was updated successfully, but these errors were encountered: