You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use ggsave to save multiple plots into a single pdf file (a plot per page, and the size of each plot can be adjusted individually). Currently, ggsave don't allow appending new pages, instead, it will overwrite if the file already exists. Is it possible to add an option append=TRUE/FALSE to ggsave when the device is set to be "pdf"?
It seems people agree with you: there is already a feature request to saved to paged pdf in #5093.
We'd like to keep all discussion in a single place, so I'm gonna close this issue, and we can continue discussion over there.
Hi,
I want to use
ggsave
to save multiple plots into a single pdf file (a plot per page, and the size of each plot can be adjusted individually). Currently,ggsave
don't allow appending new pages, instead, it will overwrite if the file already exists. Is it possible to add an optionappend=TRUE/FALSE
toggsave
when the device is set to be "pdf"?For example:
Thanks,
The text was updated successfully, but these errors were encountered: