LankyCyril / pyvenn

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

pyvenn with matplolib subplots #9

Closed tiagocabralborelli closed 1 year ago

tiagocabralborelli commented 3 years ago

Hello. Recently I was trying to plot a Venn diagram in a matplotlib subplot but it always goes out of the plot. Is there a way to insert it back?

LankyCyril commented 3 years ago

Hi! Can you provide a minimal example where this happens?

tuhinsharma121 commented 2 years ago

@tiagocabralborelli you may check the example - https://github.com/LankyCyril/pyvenn/blob/master/pyvenn-demo.ipynb this might help you.