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

Hi! I'm currently using the latest github version of ggplot2 because it has a fix for an issue I encountered. I noticed however that this version broke the `guides =...

bug

Hello! First of all, this is an awesome package, and thank you so much! I constructed 6 ordination plots with my data, and I am trying to collect them together....

bug
reprex

gt version 0.11.0 patchwork version 1.3.0 --- reprex: ``` gt gt::gt() |> gt::fmt_markdown() gt ``` ![image](https://github.com/user-attachments/assets/e96a3c88-ba69-4b52-93f7-01eab8491a26) ``` patchwork::wrap_table(gt) ``` ![image](https://github.com/user-attachments/assets/b9476360-2fa1-4491-ab74-523ffe4511fb) --- I wasn't sure if a) this was a known...

Hi patchwork team, I have trouble with the plot alignment caused by the y axis labels. I tried to fix it with set_dim() but that did not get me far....

Hi all, I absolutely love the `axis_title = "collect"` feature. While using it, I have noticed that there is an (unintended?) interaction when used with `plot_spacer()`. Specifically, when adding a...

The patchwork 1.3.0 blog post gives an example where `wrap_table()` is used to align the x-axis of a figure with the columns of a table. The figure in the example...

I tried to follow the examples presented in the release notes of patchwork 1.3.0 on the tidyverse [blog](https://www.tidyverse.org/blog/2024/09/patchwork-1-3-0/), however I get an error when using a `gt` table coming from...

``` r knitr::opts_knit$set(upload.fun = identity) library(ggalign) #> Loading required package: ggplot2 ``` ``` r library(ggplot2) p1

I have modified the patchwork process to let user add their classes for alignment instead of using `is_valid_plot`: https://github.com/thomasp85/patchwork/blob/6d14415df326a545da4de6140f8433c679eac4fb/R/wrap_plots.R#L58 What the developer should do is to add `alignpatch` method (If...