wilkelab / ggtext

Improved text rendering support for ggplot2
https://wilkelab.org/ggtext/
GNU General Public License v2.0
651 stars 37 forks source link

geom_richtext_repel() #47

Closed bwiernik closed 3 years ago

bwiernik commented 3 years ago

Would it be possible to connect ggtext with ggrepel to create geom_richtext_repel()?

clauswilke commented 3 years ago

Yes, but this is a feature request for ggrepel, not for ggtext. ggrepel could simply make the text grob drawing function configurable in geom_text_repel(), that would take 5 min. of work.