SYMBOL INDEX (10 symbols across 1 files) FILE: venn.py function draw_ellipse (line 27) | def draw_ellipse(fig, ax, x, y, w, h, a, fillcolor): function draw_triangle (line 36) | def draw_triangle(fig, ax, x1, y1, x2, y2, x3, y3, fillcolor): function draw_text (line 48) | def draw_text(fig, ax, x, y, text, color=[0, 0, 0, 1], fontsize=14, ha="... function draw_annotate (line 56) | def draw_annotate(fig, ax, x, y, textx, texty, text, color=[0, 0, 0, 1],... function get_labels (line 70) | def get_labels(data, fill=["number"]): function venn2 (line 128) | def venn2(labels, names=['A', 'B'], **options): function venn3 (line 172) | def venn3(labels, names=['A', 'B', 'C'], **options): function venn4 (line 222) | def venn4(labels, names=['A', 'B', 'C', 'D'], **options): function venn5 (line 282) | def venn5(labels, names=['A', 'B', 'C', 'D', 'E'], **options): function venn6 (line 360) | def venn6(labels, names=['A', 'B', 'C', 'D', 'E', 'F'], **options):