This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Venn diagram without number on each area

hi, there. I just used the R package called VennDiagram and I have found there was a number in each area of the output. I wanna remove these numbers now. Is there anybody can help me? thanks a lot

r venn diagram

1 answer

You can do for example:

draw.pairwise.venn(100,50, 20, cex=0)

This gives a letter size of 0, the letters won't appear. You can also do label.col="white" if your background is white.

Alternatively, you can save the diagram as an SVG then delete the number boxes using Inkscape or Photoshop.

hey bro, it works. appreciate your anwser greatly

Log in to answer this question.