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

First off, thanks for a great package; I've been benefitting greatly from `patchwork`ing my plots. Issues in connection with `coord_fixed()` have come up a few times before, and I understand...

Hi Thomas, If you use `plot_annotation` to annotate some plots and then wrap them into a patchwork, the annotations are dropped. Here is an example: ``` p1

feature

A frequent error we see with [`performance::check_model()`](https://easystats.github.io/performance/#comprehensive-visualization-of-model-checks) is users having the RStudio Plots pane too small for the 3x2 patchwork. This produces an error when `grid::grid.draw()` is called. This PR...

Hi I've created a list of 13 elements like this: Each element in my list is a "composed" plot (as the image) created with 2 ggplots, (right and left). I've...

``` library(patchwork) library(ggplot2) data("midwest", package = "ggplot2") a

I'm assembling eleven plots with patchwork. But, weirdly, the top right plot is narrower than the others despite having the same area defined in `plot_layout()`. Here is a reprex: ```...

Hello, Awesome package this! I would like to know if there could be a way to determine the number of patches of the current plot and/or access information on the...

Please check the following code. Is there a way to remove this gap ignoring the other plots? ``` r library(tidyverse) df1 = data.frame(Group = factor(1:10), Value = runif(10)) df2 =...