wordcloud2 icon indicating copy to clipboard operation
wordcloud2 copied to clipboard

shape argument doesn't work

Open goushengConnelly opened this issue 5 years ago • 3 comments

I used this funtion within Rstudio markdown. The cloud picture just show up as rectangular shape. When I try to change the shape arg to "star" or "circle", it cannot work, the result is still same.

goushengConnelly avatar Jul 29 '20 09:07 goushengConnelly

sorry,it seems that I got too much words to show in a specific shape so they filled all empty space.

goushengConnelly avatar Jul 29 '20 10:07 goushengConnelly

So how can the number of words be restricted so the shape works?

EarlGlynn avatar Jul 31 '20 04:07 EarlGlynn

I used %>% top_n() to only focus on like top 150 words.

goushengConnelly avatar Jul 31 '20 04:07 goushengConnelly