Skip to content

Instantly share code, notes, and snippets.

@ChaitanyaBaweja
Last active July 16, 2020 08:26
Show Gist options
  • Save ChaitanyaBaweja/1f1788235ea4e7016c2c946577812ff3 to your computer and use it in GitHub Desktop.
Save ChaitanyaBaweja/1f1788235ea4e7016c2c946577812ff3 to your computer and use it in GitHub Desktop.
#Import libraries
from matplotlib_venn import venn2, venn2_circles
from matplotlib_venn import venn3, venn3_circles
from matplotlib import pyplot as plt
# defining sets for both subjects
English = {'John', 'Amy', 'Howard', 'Lucy', 'Alice', 'George', 'Jacob', 'Rajesh', 'Remy', 'Tom'}
French = {'Arthur', 'Leonard', 'Karan', 'Debby', 'Bernadette', 'Alice', 'Ron', 'Penny', 'Sheldon', 'John'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment