holtzy / D3-graph-gallery

A collection of simple graphics made with D3.js
https://www.d3-graph-gallery.com
MIT License
789 stars 237 forks source link

`hrbrthemes::geom_textdensity` does not exist #104

Open jmouchnino opened 4 months ago

jmouchnino commented 4 months ago
library(hrbrthemes)
data(iris)

ggplot(iris, aes(x = Sepal.Length, colour = Species, label = Species)) +
  geom_textdensity() +
  theme_bw() + guides(color = 'none')

Error in geom_textdensity() : could not find function "geom_textdensity"

https://r-graph-gallery.com/361-density-plot-with-labels-on-lines.html