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

Can the circles/ellipses be scaled? #17

Closed kopardev closed 3 years ago

kopardev commented 3 years ago

Here is what i get: image But here is what I want: image

gaospecial commented 3 years ago

ggVennDiagram didn't support scale currently. For me, distinguishing parts by color is more intuitive than area. Besides, scaling is not applicable for Venn plot which has more than three eclipses.

However, VennDiagram has this feature, see https://cran.r-project.org/web/packages/VennDiagram/index.html for more information.