Skip to content

Instantly share code, notes, and snippets.

@ChaitanyaBaweja
Created July 16, 2020 08:38
Show Gist options
  • Save ChaitanyaBaweja/f6665a4dd34177183acc02b2b2294f7c to your computer and use it in GitHub Desktop.
Save ChaitanyaBaweja/f6665a4dd34177183acc02b2b2294f7c to your computer and use it in GitHub Desktop.
# Taking a union of all sets
fire_safety= English | French | Math | Science
#Plotting alongside English and French
venn3([English, French, fire_safety], set_labels = ('English', 'French','Fire-Safety'))
plt.title('Relationship b/w students taking English, French and Fire-Safety Class\n')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment