tctianchi / pyvenn

2 ~ 6 sets venn diagram for python
The Unlicense
316 stars 119 forks source link

Produce /export list of overlapped items #13

Closed DbrainzNeuro closed 4 years ago

DbrainzNeuro commented 4 years ago

Is there a way to get the lists of items which overlap between the lists (A only, B only, C only, AB, AC, BC, ABC and like such)? Thanks!

tctianchi commented 4 years ago

Of course, check out the source code from line 92 to line 108 https://github.com/tctianchi/pyvenn/blob/master/venn.py#L92