yanlinlin82 / ggvenn

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

Warning Message when show_percentage = FALSE #29

Closed EmanuelSoda closed 2 months ago

EmanuelSoda commented 2 years ago

Hi, when show_percentage = FALSE the function geom_venn() return a warning. Is there a way to avoid this and still use show_percentage = FALSE. Thanks in advance

Warning message: Problem while computing text = sprintf("%d", n, 100 * n/sum(n)). ℹ one argument not used by format '%d'