Breeze-Hu
Breeze-Hu
I'm happy that developers are showing interest in this pie chart legend adjustment! The R package at this link implements a similar effect: https://cran.r-project.org/web/packages/scatterpie/vignettes/scatterpie.html Looking forward to seeing the developer's...
The `mapsf` package can also do the same. https://riatelab.github.io/mapsf/
@KacieKK I'm not quite sure if this is the exactly what you need, and hoping it will help in troubleshooting the problem. ``` 2024-11-14 10:08:38.141 [info] [Info - 10:08:38 AM]...
If `geom_curve` is made optimised, is there any chance of implementing something like `geom_xspline` natively in ggplot2: https://yonicd.github.io/ggalt/reference/geom_xspline.html It may be possible to plot curves and points more elegantly (with...
Okay. Thanks for your reply : ) I am aware of this principle you mentioned (ggplot2 is already mature and more needs try to be realised through extensions rather than...
> If `geom_curve` is made optimised, is there any chance of implementing something like `geom_xspline` natively in ggplot2: https://yonicd.github.io/ggalt/reference/geom_xspline.html > > It may be possible to plot curves and points...
In retrospect, I apologise for my overly absolute words. Possibly a CRAN warning? Learned about it from YuLab's social media channels. One of his packages has a dependency on `ggalt`,...
@esc Hello! I'm delighted to see the release of version 0.62 is rapidly approaching. Thank you for your tremendous contributions. Could these issues potentially be resolved before the release of...
Thank you for your reply! While I'd really want to do something to contribute, I don't think I have the coding skills to submit a related PR yet (sad).
It probably doesn't need to be changed either, `ggtitle()` is no longer recommended for use in the upcoming version 4 of ggplot2. This way the solution (`labs()`) that users should...