Skip to content

Instantly share code, notes, and snippets.

@ChaitanyaBaweja
Created July 16, 2020 08:32
Show Gist options
  • Save ChaitanyaBaweja/7cda54a65aaff236306575e9d8e3425d to your computer and use it in GitHub Desktop.
Save ChaitanyaBaweja/7cda54a65aaff236306575e9d8e3425d to your computer and use it in GitHub Desktop.
# use venn3 when you have three groups
venn3([English, French, Math], set_labels = ('English Class', 'French Class','Maths Class'))
# plot title
plt.title('Relationship b/w students taking English, French and MathsClass\n')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment