Last active
July 16, 2020 08:33
-
-
Save ChaitanyaBaweja/549efb6bcfe034cfac1e3badce22f447 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# adding labels using set_labels parameter | |
venn2([English, French], set_labels = ('English Class', 'French Class')) | |
# plot title | |
plt.title('Relationship b/w students taking English and French Class\n') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment