Christopher Parks

Results 4 comments of Christopher Parks

I came here to add my support for requesting this feature. My use case is identical to @bwiernik's (except I'm plotting scatter plots rather than survival curves). Looks like #254...

Actually, functionality to perform alignment and composition separately already exists in `cowplot`, so maybe it's not a necessary feature for `patchwork`. ``` r library(ggplot2) library(cowplot) all_plots ![](https://i.imgur.com/rdo783n.png)![](https://i.imgur.com/YrnI4W0.png)![](https://i.imgur.com/W96qXrG.png)

The solution given above to set `inherit.aes = FALSE` didn't work for me. It appears the inconsistent placement of the label is due to the label being placed at the...

I also have this problem. The `rstatix::add_xy_position()` function, which can be used to automatically position p values on a ggplot when used with `ggpubr::stat_pvalue_manual()`, depends on `rstatix::get_summary_stats()`. When the y...