Skip to content
New issue

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

Not showing words when using an image with figpath #80

Open
Zml99 opened this issue Oct 31, 2022 · 2 comments
Open

Not showing words when using an image with figpath #80

Zml99 opened this issue Oct 31, 2022 · 2 comments

Comments

@Zml99
Copy link

Zml99 commented Oct 31, 2022

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:
pikachu_white

@200170529
Copy link

I am having the same issue, did you ever solve this?

@Zml99
Copy link
Author

Zml99 commented Apr 6, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants