We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wordcloud2 it's not showing the words on top of custom images when using figpath. https://drive.google.com/file/d/1TCprm9I0fatD868SolA0EO9jemIDOa9S/view?usp=share_link
My code:
library(wordcloud2) library(tidyverse) data = read_csv("pokemon.csv") #View(data) pokemons = data %>% filter(Generation==1) %>% select(Name, Liked) wordcloud2(data=pokemons, size = 0.2, color=data$Colors, figPath = "./pikachu_white.png")
Image:
The text was updated successfully, but these errors were encountered:
I am having the same issue, did you ever solve this?
Sorry, something went wrong.
Actually, I uninstalled the library and install it again. After that you just need to run the code a couple of times until the image appears.
No branches or pull requests
Wordcloud2 it's not showing the words on top of custom images when using figpath.
https://drive.google.com/file/d/1TCprm9I0fatD868SolA0EO9jemIDOa9S/view?usp=share_link
My code:
Image:
The text was updated successfully, but these errors were encountered: