patchwork
patchwork copied to clipboard
The Composer of ggplots
With ggplot2 v3.4.1, the guides are collected normally: ``` library(numbat) library(dplyr) nb = readRDS(url('http://pklab.med.harvard.edu/teng/data/nb_TNBC1.rds')) nb$bulk_clones %>% filter(n_cells > 50) %>% plot_bulks( min_LLR = 10, # filtering CNVs by evidence legend...
Import rlang >=1.0.0, as patchwork installation will fail with an older rlang. This should fix https://github.com/thomasp85/patchwork/issues/356
Hello, A few of my team ran into this and lost some time today, it looks like patchwork depends on `on_load` being exposed from the package `rlang`, but that function...
Hi Thomas and community. I've been using patchwork for years now and it's amazingly useful and easy to use. But today I'd like to ask how can I add a...
Hi, It seems that in both the cran and dev versions the `axes = "collect"` option in `plot_layout()` does not seem to be working. I also tried the "collect_x" option...
Hi Thomas, This PR adresses an issue we talked about off-github. To briefly recap, for the next release that is still far off, {ggplot2} intends to use calculated elements for...
I have created some features for patchwork, which will modifying the core codes of patchwork. I hope these features can be merged into patchwork. These functions are now deposited in...
see and ```r r$> mtDT rlang::last_trace(drop = FALSE) Error in `X[[i]]`: ! Index out of bounds --- Backtrace: x 1. +-...[] 2. \-data.table:::`[.data.table`(...) 3. \-data.table (local) runlock(ans) 4. \-base::lapply(x, runlock,...
There are a bunch of user grievances from the dispatch constraints of S3. This makes patchwork a great candidate for kicking the tyres of S7
Currently guides fail to merge if the two guides are identical but uses different `gpar()` specifications, e.g. `lty = "solid"` vs `lty = 1` `unname_grob()` is currently responsible for making...