patchwork
patchwork copied to clipboard
The Composer of ggplots
[This Stackoverflow post](https://stackoverflow.com/questions/66939718/unwanted-separation-marks-lines-between-assembled-ggplots-using-patchwork/66944881#66944881) pointed towards the following behaviour: When specifying plot heights, there is a small gap visible between the plots. This disappears when passing theme globally. It seems also...
Hi, I'm encountering an issue when combining plots with the latest version of patchwork. This was raised in my repo zktuong/ktplots#7 and I found that this was previously working with...
Hi Thomas. Thank you for creating a great package. I made some typo, spelling, and grammar corrections in the README, .R files, and vignettes. Nothing too crazy. Just polishing the...
Thanks for making this great free software available. Something wack going on here where the plot area won't appear, just axes legends etc. ``` r library(ggplot2) library(ggforce) library(patchwork) library(dplyr) #>...
When using theme_void, guides = "collect" seems to stop working. Maybe theme_void is overwriting themes set by guides = "collect"? Also, global setting such as `& theme(legend.justification = "...")` seems...
``` r library(ggpattern) library(patchwork) library(dplyr) library(ggplot2) plot % mutate(cyl = factor(cyl)) %>% ggplot(aes(cyl, mpg, fill = cyl)) + geom_col_pattern() + guides(fill = guide_legend( override.aes = list( pattern = c("circle", "circle",...
I work in the biomedical sciences and many times we'd like to view the same output across multiple condition so viewing everything on the same scale is important to make...
Relevant post at SO: - https://stackoverflow.com/q/65733641/680068 I [submitted the answer (also posted below)](https://stackoverflow.com/a/65734061/680068) using *cowplot::get_legend*, is there a way of doing this without *cowplot*? Solution: ```R # get the legend...
Prepare for release: * [x] `devtools::build_readme()` * [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_patchwork.html) * [x] `devtools::check(remote = TRUE, manual = TRUE)` * [x] `devtools::check_win_devel()` * [x] `rhub::check_for_cran()` * [x] `revdepcheck::revdep_check(num_workers...