yanlinlin82 / ggvenn

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

solved the warning on ggven when show_elements = FLASE #30

Closed EmanuelSoda closed 2 years ago

EmanuelSoda commented 2 years ago

As reported in the #29 when the show_elements was set to FLASE the function return a warning. The problem was that fmt <- sprintf("%%d\n(%%.%df%%%%)", digits) was performed only when show_elements was TRUE. Now the problem is solved.

yanlinlin82 commented 2 years ago

Hi @EmanuelSoda,

Thank you very much for your contribution. I am so sorry for this too-late response.