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

It could be pretty nifty if we could derive a nice compatible theming of gt tables from a complete ggplot2 theme...

The `axis_title = "collect"` argument in `plot_layout` doesn't seem to work with facets. I'm not sure if this might be a bug, or if it was intended? In example 1...

``` r library(ggplot2) library(patchwork) # first plot p1 Please use `theme()` to construct themes. ``` ![](https://i.imgur.com/dXswcJx.png) Created on 2025-06-14 with [reprex v2.1.1](https://reprex.tidyverse.org) Session info ``` r sessioninfo::session_info() #> ─ Session...

related to https://github.com/thomasp85/patchwork/issues/432, I noticed another error: If I do the following to avoid the legend error (as suggested here https://stackoverflow.com/questions/79663257/how-to-handle-legend-properly-with-patchwork/79663866?noredirect=1#comment140511944_79663866) ``` p1

This has the same goal as, and replaces, #429. This PR simply copies the `gg` class operators for the S7 `ggplot2::gg` class.

It seems to me that this was working before. I am using patchwork 1.3.0 , with ggplot2 3.5.2. Here is my problem: ``` p1

Using `free()` in a nested patchwork and trying to add a plot below with `/` throws an error. This also applies to the `|` and `-` operators regardless of whether...

**Background:** I am working with several faceted plots which I need to split into multiple slides to avoid overplotting, while ensuring that facets/subplots from the same group (i.e., the facetting...