Skip to content

Instantly share code, notes, and snippets.

@ChaitanyaBaweja
Created July 16, 2020 09:36
Show Gist options
  • Save ChaitanyaBaweja/72237e5b20fb7152e172ff66ebf79fa6 to your computer and use it in GitHub Desktop.
Save ChaitanyaBaweja/72237e5b20fb7152e172ff66ebf79fa6 to your computer and use it in GitHub Desktop.
# defining a venn
venn2(subsets = (50, 20, 10), set_labels = ('Set A', 'Set B'));
# adding an outline
venn2_circles(subsets = (50, 20, 10));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment