patchwork icon indicating copy to clipboard operation
patchwork copied to clipboard

The Composer of ggplots

Results 157 patchwork issues
Sort by recently updated
recently updated
newest added

Dear @thomasp85 , I had an error when trying to install patchwork from CRAN with ggplot2 3.5.1 allready installed (on R 4.4.0). The new version of patchwork imports is_ggplot() from...

fix https://github.com/thomasp85/patchwork/issues/446 This PR ensures that `add_strips()` respects the `strip.placement` setting in the theme. ```r library(ggplot2) set_theme(theme_classic() + theme(strip.placement = "outside")) p1

I'm not sure if this is an issue with patchwork or RStudio, but I have only encountered this with patchwork so far. When I assign a patchwork object to a...

When using `ggh4x::facet_wrap2` in a subplot and combining, it works only if `trim_blank=TRUE` (the default); if I try to preserve blanks then it presents a blank canvas. ```r library(ggplot2) library(patchwork)...

There's something I'm not quite sure I understand about how nested annotations work. I'm expected the annotations here to be a1,a2,b1,b2. But instead they are a1,a2,b,c. What's going wrong? ```...

Cheers! Thanks for the great tool! I'm experiencing that passing the argument `heights` to `plot_layout()` breaks the x-axis alignment (right) I was otherwise getting(left). Do you have any suggestions? Left...

Fantastic package. Currently, I am evaluating the options to collect `axis_titles`, `axes`, and `guides`. I am hitting the issue that axes with identical labels but different tick positions are collected:...