yanlinlin82 / ggvenn

Venn Diagram by ggplot2, with really easy-to-use API.
Other
167 stars 25 forks source link

Getting gray areas in venn diagram #27

Open paschalis-fluro opened 2 years ago

paschalis-fluro commented 2 years ago

Hi,

I am trying to run ggvenn with 3 areas, this is my code:

ggvenn(
  y, 
  fill_color = c("#0073C2FF", "#EFC000FF", "#868686FF"),
  stroke_size = 0.4, set_name_size = 6
)

but I am getting gray areas, and also the following warning:

Warning message:
`guides(<scale> = FALSE)` is deprecated. Please use `guides(<scale> = "none")` instead. 

Any ideas how to fix this? I do have the latest version, 0.1.9.