Lchiffon / wordcloud2

R interface to wordcloud for data visualization.
397 stars 113 forks source link

shape argument doesn't work #70

Open goushengConnelly opened 3 years ago

goushengConnelly commented 3 years ago

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 commented 3 years ago

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

EarlGlynn commented 3 years ago

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

goushengConnelly commented 3 years ago

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