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 was wondering if it is possible to use patchworklib with PdfPages from matplotlib?
I am generating plots using plotnine, then assemble two side by side using patchworklib and then I would like to export a list of the patchwork brick objects to a multi-page PDF. So far I did not figure out how to properly chain the commands, so I was wondering if it is possible in the first place?
Thanks,
Artyom
The text was updated successfully, but these errors were encountered:
I'm sorry for the late response. The current implementation doesn't support such a function, because patchworklib use only a single figure object in its back-end implementation.
However, I will keep this in my mind as an improvement for the next version.
Thank you for your report.
Hey,
amazing package making life so much easier :)
I was wondering if it is possible to use patchworklib with PdfPages from matplotlib?
I am generating plots using plotnine, then assemble two side by side using patchworklib and then I would like to export a list of the patchwork brick objects to a multi-page PDF. So far I did not figure out how to properly chain the commands, so I was wondering if it is possible in the first place?
Thanks,
Artyom
The text was updated successfully, but these errors were encountered: