LankyCyril / pyvenn

Python module for plotting Venn diagrams of 2..6 sets
https://pypi.org/project/venn
GNU General Public License v3.0
121 stars 27 forks source link

sizing #4

Closed iamjli closed 5 years ago

iamjli commented 5 years ago

Loving how much more user friendly your package is over the alternatives!

Is there a way to make the size of the circles (at least for 2 and 3 comparisons) based on the size of the sets?

LankyCyril commented 5 years ago

Not yet... It's in the roadmap, though. Sizing for 2 and 3 sets is implemented in matplotlib-venn and for now that's the one I'm using myself when I need proportional circles :D