konstantint / matplotlib-venn

Area-weighted venn-diagrams for Python/matplotlib
MIT License
496 stars 67 forks source link

How to get correct representation of a perfectly overlapped set of diagrams #19

Closed harijay closed 9 years ago

harijay commented 9 years ago

I have two datasets, one of which is a subset of the other . Does matplotlib-venn plot this type with one of the circles subsumed inside the other. In this case , list A has 23 elements and listB has 20 elements all of which are in list A. Is there a way to get a diagram that represents this. Sorry to submit this as an "issue"

konstantint commented 9 years ago

Yes, that situation should work out fine, just specify the appropriate input data.