Kamil Slowikowski
Kamil Slowikowski
Thanks for the request! I am accepting pull requests 👍
@svenbioinf Have you considered whether any other visual presentation might be a better way to communicates your message to your audience? Sometimes tables are more effective than graphical figures. This...
Thanks for reporting this. Pull requests are welcome!
Thanks for sharing the code and figure! I appreciate it. I agree that the default behavior should probably be different. I had some trouble implementing variable point size in ggrepel,...
Thanks for opening the issue, sharing code, and sharing a figure. I would like for ggplot2 to allow each layer to depend on previous layers, but this is not currently...
A half-baked idea: What if there's an option `geom_text_repel(cascade = TRUE)` that tells ggrepel to write the x,y coordinates to a temporary file? How it might work, step by step:...
It seems that the ggplot2 Google Group is not the best place to discuss this feature: https://groups.google.com/g/ggplot2/c/OAw_SijqzVg I created a new post for discussion here: https://community.rstudio.com/t/feature-discussion-layers-aware-of-each-other-in-ggplot2/108156 Feel free to share...
[atusy](https://community.rstudio.com/u/atusy) from RStudio Community shared an excellent code example that we could use to address this issue: https://community.rstudio.com/t/feature-discussion-layers-aware-of-each-other-in-ggplot2/108156/2 @aphalo I thought you might find this example interesting for your own...
Interesting idea, I'll give it a try.
@geotheory I'd be very interested to see what you come up with, because I don't have time right now to work on this. It might sound like an easy feature...