Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hrbrthemes::geom_textdensity does not exist #104

Open
jmouchnino opened this issue Feb 12, 2024 · 0 comments
Open

hrbrthemes::geom_textdensity does not exist #104

jmouchnino opened this issue Feb 12, 2024 · 0 comments

Comments

@jmouchnino
Copy link

jmouchnino commented Feb 12, 2024

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

@jmouchnino jmouchnino changed the title hrbrthemes::geom_textdensity() does not exist hrbrthemes::geom_textdensity does not exist Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant