directlabels icon indicating copy to clipboard operation
directlabels copied to clipboard

Direct labels for multicolor plots in lattice or ggplot2

Results 15 directlabels issues
Sort by recently updated
recently updated
newest added

Originally discovered this issue while using MacOS: https://github.com/Anirban166/GSoC21-Tests/issues/8 I tested in on Windows, which shows the same result: ![image](https://user-images.githubusercontent.com/30123691/112629300-24c4a500-8e5a-11eb-87d9-3c312bb89c5e.png) I tested my script on an Ubuntu VM via GitHub Actions...

how does it work? it asks for numeric value but gives error

Closes #59 this appears to address #59, although it's minimally tested ...

I'm using ggplot2 version 4.0.0 and I get warnings due to directlabels's use of `aes_string`, which is deprecated. directlabels uses `aes_string` [here](https://github.com/tdhock/directlabels/blob/41b6fb59735eda1c460d16392e1592adab7ed636/R/ggplot2.R#L169). Thanks a lot for your work on this...

https://tdhock.github.io/blog/2025/rush-change-point/ has polygon.mine which is different in these important respects: * `paste0(top.bottom.left.right, ".points")` -> `hjust=0.5, vjust=1` * `min.or.max(d[[min.or.max.xy]])` -> `d[[min.or.max.xy]]` * Run qp.labels once overall -> run it once for...