Skip to content

Not showing words when using an image with figpath #80

@Zml99

Description

@Zml99

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions