Diagram tool
3
0
Entering edit mode
4 months ago
a3532321 • 0

How can I make a diagram like this image using Python or R for 10 sets? Which tools should I use? like this

Python Diagram R • 772 views
ADD COMMENT
1
Entering edit mode

Have you tried Googling anything before asking here?

ADD REPLY
7
Entering edit mode
4 months ago
Yuri ★ 1.7k

For 10 sets you can use UpSet plot. You can generate it for example with UpSetR or ComplexHeatmap package.

ADD COMMENT
3
Entering edit mode

Good call. These banana venn diagrams can make people crazy, and that's with just 6 sets.

image: banana venn diagram

ADD REPLY
3
Entering edit mode
4 months ago
Sajad ▴ 90

That is a Venn diagram. You can use ggplot library in R to create Venn diagrams. You can also use matplotlib_venn and matplotlib in Python. hope my comment will be helpful

ADD COMMENT
3
Entering edit mode
4 months ago

via google image: https://www.datanovia.com/en/blog/venn-diagram-with-r-or-rstudio-a-million-ways/

This article provides multiple solutions to create an elegant Venn diagram with R or RStudio. The following R packages will be illustrated: ggvenn, ggVenDiagram, VennDiagram and the gplots packages.

ADD COMMENT

Login before adding your answer.

Traffic: 2902 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6