Open alexlenail opened 6 years ago
Is it possible to show the intersection of more than 3 sets, preserving size ratios, legibly?
Something like the following would probably not constitute success (for readability reasons):
Assuming in particular the sets don't all overlap one another very much, could you make a very informative figure?
Would probably require a dynamic, approximate constraint solver.
xref https://github.com/benfred/venn.js xref https://github.com/tctianchi/pyvenn xref https://github.com/jnothman/UpSetPlot xref https://www2.cs.arizona.edu/~paolosimonetto/Papers/Thesis.pdf
Is it possible to show the intersection of more than 3 sets, preserving size ratios, legibly?
Something like the following would probably not constitute success (for readability reasons):
Assuming in particular the sets don't all overlap one another very much, could you make a very informative figure?
Would probably require a dynamic, approximate constraint solver.