Lennart Tuijnder
Lennart Tuijnder
(Sorry for the messy issue history. I accidentally pressed enter which opened the issue too early) in either case here is the issue that I wanted to write: # Issue...
I have written a solution for you on stack overflow that seems to produce your desired result. But in the process of writing the solution, I did uncover another bug...
The reason why you are experiencing difficulties is that you are trying to import an S3 method and not a function. In the NAMESPACE file of patchwork you can see...
A couple of things to note here: # 1 If you remove the specification of height. Patchwork will respect the aspect ratio of your figures and adjust the row height...
It seems that you have somehow a wrong patchwork package installed. The current version is `patchwork_1.1.1` and `patchwork_2.4 ` does not exist yet. I suggest that you install patchwork again...
Simply turn off the legends of the figures that you do not want to get shown via `theme(legend.position = "none")`. See solution for your problem below. Note that this is...
After playing around I encountered an even more minimal example just using `patchwork` and `ggplot2`: ``` r library(patchwork) library(ggplot2) p1
It also crashes with empty columns in a very similar fashion: ``` r library(patchwork) library(ggplot2) p1
As a package developer, I often have dynamic input in the `j`-slot that is user controlled. Forgetting the `drop=FALSE` can lead to nasty bugs as often the code afterward assumes...
Hi what is the status on this? It would be great if this PEP could get merged as it solves many open issues as outlined in the document.