ggwordcloud icon indicating copy to clipboard operation
ggwordcloud copied to clipboard

A word cloud geom for ggplot2

Results 9 ggwordcloud issues
Sort by recently updated
recently updated
newest added

Dear creator I have a problem while using geom_text_worcloud. The word spacing is too large. That happens even when I use the exactly the same code as yours. I find...

Hello! Thank you for your great package. I am having one problem. I am currently working on a shiny application for wordcloud that allows the user to adjust the size...

Hi! Thanks for a very nice package. I wonder if there is a way to get the figure to fit to the plot area without adjusting max_size. There must be...

Hello, I was playing around with your package and came across a problem when trying to use a mask. At first I thought it was something with my image but...

In your example plots, it appears like the larger words all appear towards the centre of the image and the smaller words are on the periphery. When I try to...

Hi @lepennec, thanks again for your great support! I really appreciate it. One thing that I'm currently thinking about is how to repeat words to fill up a word cloud...

Hi @lepennec, many thanks again for this great package! I'd like to use `ggwordcloud` to plot a word cloud with a custom shape which I'd now like to annotate with...

Text doesn't show when this library is used together with `ggdark` theme ``` r library(ggdark) data("love_words_small") ggplot(love_words_small, aes(label = word, size = speakers)) + geom_text_wordcloud() + scale_size_area(max_size = 30) +...