ProjectMOSAIC / ggformula

Provides a formula interface to 'ggplot2' graphics.
Other
39 stars 11 forks source link

Consider adding support for ggrepel #87

Closed rpruim closed 6 years ago

rpruim commented 6 years ago

geom_text_repel() and geom_label_repel() look very nice for dealing with labels that would otherwise overlap. We could add gf_text_repel() and gf_label_repel() at the cost of another dependency. Or we could introduce ggformulaExtra that supports things from the gg culture that are not in ggplot2 itself.

https://cran.r-project.org/web/packages/ggrepel/vignettes/ggrepel.html

rpruim commented 6 years ago

I've put this into ggformulaExtra, a new package.