Most voted "wordcloud" questions
4 questions
Sort by count of
-
3
votes1
answer60
viewsHow to know the fonts supported by commonality.cloud?
I would like to know which fonts are supported either by wordcloud or commonality.cloud. I imported some fonts with the package below but many of them don’t work. install.packages("extrafont")…
-
2
votes1
answer39
viewsHow to generate colored labels in comparison.cloud?
Below is an example of the code to generate the cloud: comparison.cloud(tdm, random.order=FALSE, colors = c("tomato", "wheat", "lightblue","lightgreen")) Words are easily colored with the above…
-
1
votes2
answers1709
viewsModulenotfounderror: No module named 'wordcloud'
I’m using the Microsoft Azure with Jupyter notebook and I need to use the word cloud. However when executing the code: from wordcloud import WordCloud it presents the error No module named…
-
0
votes1
answer328
viewsWord cloud Shiny R
I am wanting to make a word cloud using data from a postgresql table. I used an example as a base that I found on the Shiny R site, but I’m not able to do what I want. I cannot change which variable…