Skip to content

geom_GeomTextWordcloud() not working #2019

Closed
@danton267

Description

@danton267

library(plotly)
library(ggwordcloud)

data("love_words_small")

p <- ggplot(love_words_small, aes(label = word)) +
  geom_text_wordcloud()

ggplotly(p)

And other examples from here are not working: https://cran.r-project.org/web/packages/ggwordcloud/vignettes/ggwordcloud.html

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions