Please don’t actually use these 5,6,7-way Venn diagrams for anything practical, they’re virtually useless and communicate nothing.
Venn Diagram for 7 Sets
11–20 of 48 posts
Re: Venn Diagram for 7 Sets
#12Re: Venn Diagram for 7 Sets
#13The website isn't working for me (Android Firefox/Chrome).
Re: Venn Diagram for 7 Sets
#14Re: Venn Diagram for 7 Sets
#15Please don’t actually use these 5,6,7-way Venn diagrams for anything practical, they’re virtually useless and communicate nothing.
In popular terminology they are very often confused with Euler Diagrams [0] which represent meaningful relations in sets but not all possible. You shouldn't create Euler Diagrams this complex, but the raison d'etre of Venn diagrams is to visualize the complex nature of set relations.
Re: Venn Diagram for 7 Sets
#16Related: the 6-set banana Venn diagram – https://www.nature.com/articles/nature11241/figures/4
I was in a genetics graduate program when this was published, and this spread like wildfire.
Re: Venn Diagram for 7 Sets
#17Really nice theoretical exercise! For practical visualization, an UpSet plot is a great option: https://upset.app/
Re: Venn Diagram for 7 Sets
#18Re: Venn Diagram for 7 Sets
#19Re: Venn Diagram for 7 Sets
#20I’m wondering what’s the proper way to draw Venn diagrams. I’ve seen that Graphviz has a “nice to have” mention about them, and there are a few simple JS libraries - mostly for two sets. Here’s also my own attempt using an LLM [1]. But maybe someone knows a more general or robust solution - or a better way to achieve this? In the future, I’d like to be able, for example, to find the intersection between two Venn diag…