Created
July 16, 2020 09:38
-
-
Save ChaitanyaBaweja/f2ceea1a2151d8af30d27409af19e2be 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
# defining our venn | |
venn2(subsets = (50, 20, 10), set_labels = ('Set A', 'Set B')); | |
# adding outline with width 3 and style dashed | |
venn2_circles(subsets = (50, 20, 10), linewidth=3, linestyle='dashed'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment