gaospecial / ggVennDiagram

A 'ggplot2' implement of Venn Diagram.
https://gaospecial.github.io/ggVennDiagram/
GNU General Public License v3.0
282 stars 38 forks source link

Is it possible to mark sole subsets inside the circles? #57

Closed pwwang closed 1 year ago

pwwang commented 1 year ago

image

In the above plot, A.a, B.b and C.c are sole subsets (without overlaping with other groups). Is it possible? We have 6 groups, but we only need a 3-group layout.

gaospecial commented 1 year ago

I am afraid you have to draw it by yourself. However, ggVennDiagram may be helpful in this procedure. Firstly, draw three-set Venn with ggVennDiagram, and then export it as a .pptx or .pdf and add subsets.

pwwang commented 1 year ago

Thanks for the reply. I was just wondering if there is a better way to do it. I implemented it using geom_sf_label.