Skip to content

Instantly share code, notes, and snippets.

@elowy01
Last active October 18, 2022 09:55
Show Gist options
  • Save elowy01/d75ef4ab76dd223b54f6546ad3535fa0 to your computer and use it in GitHub Desktop.
Save elowy01/d75ef4ab76dd223b54f6546ad3535fa0 to your computer and use it in GitHub Desktop.
import matplotlib.pyplot as plt
from matplotlib_venn import venn2
# Use the venn2 function
venn2(subsets = (10, 5, 2), set_labels = ('Group A', 'Group B'))
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment