Charlotte Dawson
Charlotte Dawson
Thanks! I'm having a bit of trouble reproducing the issue. Could you post your code/a reproducible example? ``` r library(ggplot2) library(ggprism) tg
Thanks for the reproducible example! It seems to be a bug in the bracket y position calculation. Try installing from Github and it should fix the issue. ``` r library(ggplot2)...
Hi there. I left out this option on purpose as it assumed that your significance level would always be 0.05, which might not always be the case. I felt it...
Yes a MWE would be helpful :) I expect there is a mismatch between the length of `y.position` and the nrow of`data`. As a side note, looking at the [source](https://github.com/kassambara/ggpubr/blob/ac5a01f586a5f0b47260fed071e79be36ef3f8ea/R/stat_pvalue_manual.R#L359-L376`)...
Without a reproducible example it's a little hard to know that exact problem. And ultimately I think this is an issue with the `rstatix::add_y_position()` function so you might like to...
@jtrim-ons Yep I'd be happy to add the `compactswarm` method in a future PR. `ggbeeswarm` definitely still depends on `beeswarm` so it should be easy enough to incorporate this new...
Yep @eclarke, this PR is still open 😄. For the 4 conflicting README image files, the files currently already in `eclarke::master` should take precedence over the ones from `csdaw::refactor-quasirandom` which...
Hi @eclarke, thank you I'd be happy continue maintenance on the code/repository (and in time prepare things for an update to CRAN). Would you be able to re-send the contributor...
Yes this is definitely the plan at the moment. I've internally refactored `geom_beeswarm` so I'll need a bit more testing to make sure my changes are backwards compatible. I'd also...
It's slightly difficult without a reprex but I'll try to help. You've got 2 options. 1. Use the `groupOnX` argument in `geom_quasirandom()` 2. Use `ggplot2::coord_flip()` and don't swap x and...