Created
July 16, 2020 08:36
-
-
Save ChaitanyaBaweja/6c2e530d9d1157bca9d4c71f5492a7cd to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# using Science instead of Math | |
venn3([English, French, Science], set_labels = ('English Class', 'French Class','Science Class')) | |
# plot title | |
plt.title('Relationship b/w students taking English, French and Science Class\n') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment