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

functinal on https://patchwork.data-imaginist.com/reference/index.html

With ggplot 3.5.1, patchwork 1.3.0 and R4.4.2, the guides from a histogram and a density plot as specified below were merged into one as long as the color was removed...

Stop descending deeper into the nesting and only add a single tag to the whole nested patch

Since ggplot2 4.0.0 it is possible to generate plots with absolute dimensions using `theme(panel.widths, panel.heights)` When feeding those plots into patchwork, one runs into some unexpected results. Here are some...

Thanks a lot for the package, it makes creating nice plots so much better! I am wondering if it would be possible to split get/set_dim so that it only affects...

Please look into this ``` r library(ggplot2) library(patchwork) #> Warning: package 'patchwork' was built under R version 4.4.3 #> Error: package or namespace load failed for 'patchwork': #> object 'is_ggplot'...

Likewise strip.placement.x and strip.placement.y ``` r library(patchwork) library(tidyverse) set_theme(theme_classic() + theme(strip.placement = "outside")) p1

Hello, and first of all, big, big thank you for a great package! I have seen questions (very) similar to these around the web, but none of the proposed solutions...

First of all - thank you for this great package! I am using patchwork to create plots with axis breaks. However, in cases with plot titles, these unfortunately will be...

I mean, for example, for the next plot (from https://bookdown.org/dereksonderegger/444/customizingpolishing-graphics.html): Is there some way to get that P2 and P4 subplots column height was the same as the height of...