Skip to main content

Questions tagged [wordcloud2]

The tag has no usage guidance.

0 votes
0 answers
32 views

How to add react context menu in react-wordcloud?

I'm working on integrating a word cloud component into my React application, and I'm using the ReactWordcloud component to display the word cloud. I would like to implement right-click functionality ...
Muhammad Ahtasham's user avatar
1 vote
1 answer
146 views

R wordcloud2 not putting the most frequent words on edges

I would like to use the wordcloud2 function in R on my dataset. The demo works nice: But my dataset centers the small text in the middle. Any ideas/suggestions (includning other R libraries) welcomed:...
Vladimir Vinarsky's user avatar
0 votes
0 answers
40 views

When i knit my R markdown it doesn't show leaflet after running showing a Wordcloud

Basically when I knit the R markdown the file shows just the Wordcloud, and not the leaflet map. If I invert the order everything works fine. Any suggestion? My chunks here: library(tidytext) library(...
Corvinus's user avatar
0 votes
0 answers
119 views

Am I doing anything wrong here - when trying to visualize the wordcloud with matplotlib?

This is my first project on word cloud - can any please help to solve the issue ? I'm getting an error - Type Error: 'module' object is not callable. Here is the below complete code for your reference....
Jaydeb Bhunia's user avatar
0 votes
1 answer
177 views

Font family randomly not applying

I've got my wordcloud looking pretty excellent now. But one problem I'm having is that at random times, and on random browsers, random words (up to 7) don't get the font family applied. For instance, ...
Laura Sage's user avatar
0 votes
1 answer
173 views

Wordcloud showing image but not words in R

Having trouble getting the words to show up on an image mask for a word cloud in R. Using this Simpsons PNG (https://imgbin.com/png/PV5MuKbG/lisa-simpson-bart-simpson-homer-simpson-maggie-simpson-...
Jean-Paul Azzopardi's user avatar
1 vote
1 answer
301 views

Why do characters from foreign alphabets not show in my wordcloud on R?

I am trying to create a wordcloud with 'Thank You' in different languages. Somehow, some characters don't show on the plot, however. library(ggplot2) data("thankyou_words_small") set.seed(...
Siobhan's user avatar
  • 11
0 votes
0 answers
144 views

Wordcloud2 it's not showing the words on top of custom images when using figpath

Wordcloud2 it's not showing the words on top of custom images when using figpath. Dataset: https://drive.google.com/file/d/1TCprm9I0fatD868SolA0EO9jemIDOa9S/view?usp=share_link My code: library(...
5481393's user avatar
  • 35
2 votes
1 answer
344 views

Using R to analyse pubmed articles. Trying to create wordcloud but also association with year of publication

MOST RECENT EDIT: I have successfully created my required data frames containing pmid,year and abstract as columns from a literature search on pubmed. I then split this data frame into many separate ...
Aidi's user avatar
  • 23
1 vote
1 answer
2k views

Wordcloud installation on Windows (PIL, pillow)

Basically, I am trying to generate simple word cloud using Python on Windows. Hence, I have installed wordcloud as: pip install wordcloud I am trying to run the simplest example from here as below: ...
fillo's user avatar
  • 405
1 vote
0 answers
92 views

Wordcloud per topic for quanteda textmodel_lda in R

Is there any possibility to extract wordclouds for each topic from quanteda textmodels_lda in R? All approaches I tried failed as I am not able to extract terms, topics and frequency from the model ...
Mimi van Drey's user avatar
1 vote
0 answers
179 views

How to put a title in a wordcloud with `wordcloud2` in R?

How to put a title in a wordcloud with wordcloud2 in R? df <- structure(list(age = c(18L, 18L, 18L, 18L, 18L, 18L, 18L, 18L, 18L, 18L, 18L, 18L, 18L, 18L, 18L, 18L, 18L, 18L, 18L, 18L, 18L, 18L, ...
Julien's user avatar
  • 1,664
0 votes
0 answers
301 views

wordcloud2 in R with figPath

I am working on a word cloud shaped by an image on a jpg or png file. I am using R and its wordcloud2 package with figPath option. Issuing the following command: wordcloud2(Word_more_freq,figPath = &...
Francesco Dell Orco's user avatar
0 votes
0 answers
357 views

UnsetValueError while plotting WordCloud using bokeh package

Here is the code I am using to generate a word cloud using bokeh library in python. The current python, bokeh, and bokeh_wordcloud2 version(s) are 3.7.6, 1.4.0, and 0.9 respectively. from bokeh.io ...
nikhil int's user avatar
4 votes
2 answers
874 views

Maximizing plots in R Shiny bs4Dash

I have looked online everywhere to no avail. I cannot seem to get these plots to maximize their heights and widths to full window size upon maximizing the boxes. It is a requirement that I use bs4Dash....
FreyGeospatial's user avatar

15 30 50 per page
1
2 3 4 5