Patchwork does not collect guides
Patchwork does not collect guides with code in documentation… the reprex code is following: Does anyone know what is causing the issue here, please? library(ggplot2) #> Warning: package ‘ggplot2’ was built under R version 4.0.5 library(patchwork) p1a <- ggplot(mtcars) + geom_point(aes(mpg, disp, colour = mpg, size = wt)) + ggtitle(‘Plot 1a’) p2 <- ggplot(mtcars) +… Read More Patchwork does not collect guides