patchwork
patchwork copied to clipboard
The Composer of ggplots
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...
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'....
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...
Hello, I am wondering if it would be possible to allow `expression` and `substitute` statements for the `title` and `subtitle` arguments of `plot_annotation`?
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...
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?
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 +...
Issue with axis placement in plots in a patchwork when `theme(strip.placement = "outside")` is used
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....
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...