0

I have come across matplotlib_venn module which support 2-3 sets and venn module that can support up to 6 sets, is there a tool that supports an unlimited amount of sets?
Can you somehow achieve that by using these tools?

EDIT:
Assuming I'm using UpSetPlot as suggested in the comments, can I also add some functionality to the bars? like by clicking a specific bar I can open a list that contains the elements inside that intersection?

Eliran Turgeman
  • 1,526
  • 2
  • 16
  • 34
  • 1
    I can't help with the venn diagram, but if you're using more than 6 sets I would recommend you look into UpSet plots, which scale better than venn diagrams in terms of comprehensibility when approaching, as it were, unlimited sets. – Plasma Aug 24 '20 at 09:42
  • There is a comprehensive thread about it here: https://stackoverflow.com/questions/1428946/venn-diagrams-with-r – vqf Aug 24 '20 at 10:25
  • @Plasma I looked into it and you are right - it is absolutely more comprehensible. Do you know if there is a feature on this module such as I described in the edit? – Eliran Turgeman Aug 24 '20 at 12:55

0 Answers0