patchwork
patchwork copied to clipboard
The Composer of ggplots
Hi @thomasp85 thanks a lot for the great package! Since `v1.3.0` it is no longer possible to combine absolutely sized patchwork objects using `+` ``` library(tidyverse) library(patchwork) p1
Happy new year @thomasp85 ! I stumbled over this issue based on [this SO post](https://stackoverflow.com/questions/79328583/conflict-between-multiple-uses-of-inset-element-and-function-plot-annotation). As documented there, tagging fails when creating a patch of multiple plots containing an inset...
Hi! Thanks for the great tool. I wanted to ask if it is possible to set a transparent background with patchwork when combining two or more plots? Thanks a lot...
Thank you for continuously improving the package, @thomasp85! Version 1.3, with the extended `free()` functionality and the new `wrap_table()` addition, is just awesome! Regarding the documentation for `1null` and `-1null`,...
Hello! I'm generating maps using patchwork with tags a), b) etc. I'd like to be able to change the background for each tag to a solid colour to make them...
Hi! Maybe you want to look at my issue with patchwork here : https://stackoverflow.com/questions/79187238/issue-combining-plots-with-patchwork-in-r-inconsistent-spacing-between-panels IDK if it´s a bug, I think so. Have a nice day. Thanks a lot!.
Hello, I'm trying to arrange 7 plots into two rows. I would ideally like row 1 plots to have non equal widths, such as 25%, 50%, 25%. On row 2,...
Maybe this is not a bug but a feature, but applying `wrap_table` to a `gt` table unapplies some of the table's formatting. Reproducible exemple using `gtExtras` themes ``` library(tidyverse) library(gt)...
Here's a reprex: ```r library(patchwork) # version 1.3.2 library(gt) # version 1.1.0 # Works: wrap_table(gt(head(mtcars))) + plot_spacer() + plot_layout(widths = c(2, 1)) # Fails: wrap_table(gt(head(mtcars)), space = "fixed") + plot_spacer()...
axis_titles = "collect" does not work when modifying panel grid For example when adding theme(panel.grid.major.x = element_blank())