Charlotte Dawson

Results 21 comments of Charlotte Dawson

No worries @holgerbrandl. I agree completely and I've already solved this problem in PR #63 but I'll need @eclarke to merge it to master before it's incorporated into the ggbeeswarm...

I indirectly solved my problem by just rewriting the geom_beeswarm function from scratch (example plot [here](https://github.com/csdaw/ggbeeswarm2/blob/master/README.md)). This doesn't actually solve the problem above but, given the CRAN version of ggbeeswarm...

@pat-s Thanks for the bump, glad I could help :) @eclarke I'd be pleased to contribute my changes to ggbeeswarm. The README in my (relatively opinionated) fork is a bit...

Conveniently the Github version does have the option to set `fast = FALSE` as of yesterday 😇 . ``` r # devtools::install_github("eclarke/ggbeeswarm") library(ggbeeswarm) #> Loading required package: ggplot2 df Error...

Thank for this I'll take a look ASAP

Sorry for the delay, life things got in the way. Thanks heaps @teunbrand for all your work 🤩

Thanks for the bump! The `guide_prism` functions currently rely on some non-exported functions from ggplot2 which is not advisable. I'll try and fix this similar to teunbrand/ggh4x@ddd2a36.

This has been resolved in the latest ggprism CRAN version 1.0.5 :)

And thanks for all your work helping package maintainers fix their packages!

Just commenting to say thank you for your work so far! And to add my +1 vote for labeled method support.