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

Hello! I'm trying to create a common axes for 4 plots with the same dimentions. The below does not work ``` (p1 | p2) / (p3 | p4) + plot_layout(guides...

For geoms that have `color` and `fill`, if the `color` is set using a 3 digit hex code, drawing the guide with `plot_layout(guides = "collect")` throws an error. Here is...

Currently greek letters are not correctly plotted. See the following example ``` library(ggplot2) library(patchwork) p1

In the next version of ggplot2, inside legends can be placed in multiple locations (https://github.com/tidyverse/ggplot2/pull/6210). If these inside legends can be collected for each group, it could enhance the current...

Hi, awesome package! I was wondering if a top legend and top colourbar could align a bit better? ``` r library(tidyverse) library(palmerpenguins) library(patchwork) #> Warning: package 'patchwork' was built under...

I am combinining four plots, two of them have facets and two of them are single plots. They all have the same y axes. When I arrange them, the y...

When running an older code of mine I stumbled over a possible bug introduced in version `1.3.0` when using `free()` and `plot_annotation()` Without `plot_annotation()` the following reprex works fine: ```...

It's possible this related to (or a dupe of) https://github.com/thomasp85/patchwork/issues/166 ... Example code: ```r dats

Here's an example: ``` set.seed(10) library(dplyr) library(purrr) library(ggplot2) library(patchwork) data

library(circlize) #version 0.4.16 library(patchwork) #version 1.3.0 df 0 May you please troubleshoot and fix this, if possible?