Skip to content

Instantly share code, notes, and snippets.

@ChaitanyaBaweja
Created July 16, 2020 09:38
Show Gist options
  • Save ChaitanyaBaweja/f2ceea1a2151d8af30d27409af19e2be to your computer and use it in GitHub Desktop.
Save ChaitanyaBaweja/f2ceea1a2151d8af30d27409af19e2be to your computer and use it in GitHub Desktop.
# 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