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

When composing plots using `wrap_plots()` or plot arithmetic operators in an R Markdown or Quarto document, and assigning the resulting patchwork to an object using `

Hello! Thanks for a wonderful package! My issue is with the squishing of wordy graphs. These are some word frequency graphs taken from Julie Silge comprehensive tutorial: https://juliasilge.com/blog/term-frequency-tf-idf/ The issue...

reprex

I have a project with multiple scripts that produces a lot of plots at different points, in different scripts. I'm currently aligning plots produced 'within scripts' but not 'between scripts'....

feature

Hej hej @thomasp85 ! Thank you for the wonderful pkg. I use it often and it's super helpful 🥇 The first line of code in the arithmetic operator functions is...

feature

Hello, I am wondering if it would be possible to allow `expression` and `substitute` statements for the `title` and `subtitle` arguments of `plot_annotation`?

feature

Hi, Is it still not working in patchwork ? My code: p1 + p2 + p3 + plot_layout(ncol = 3, guides = "collect") & theme(legend.position = 'bottom') I still have...

reprex

As mentioned in this question on SO: [titles for rows/columns](https://stackoverflow.com/questions/60269293/r-package-patchwork-titles-for-rows-columns) Is it possible to annotate row and column titles using patchwork?

feature

How do we annotate a ggplot object result from `wrap_ggplot_grob()` with tags ? ``` r library(patchwork) library(grid) library(gtable) library(ggplot2) p1 ``` r # Use wrap_ggplot_grob to keep alignment p1 +...

In the specific case where `theme(strip.placement = "outside")` is set on one plot, unexpected spacing is observed between the axes and the plot region on other plots in a patchwork....

bug

Hello, I have encountered a problem with patchwork while collecting axis titles and guides together. I think this is the case when individual ggplots have multiple facets. What happens is...