Created
July 16, 2020 08:32
-
-
Save ChaitanyaBaweja/7cda54a65aaff236306575e9d8e3425d 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
# 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