Re: [Matplotlib-users] Fwd: Venn diagram for five events

2011-05-06 Thread Alan G Isaac
> On 5/6/2011 7:57 AM, Vikram K wrote: >> I wish to draw a Venn diagram depicting five events and >> their intersections. On 5/6/2011 8:07 AM, Alan G Isaac wrote: > Can't be done: > http://www.brynmawr.edu/math/people/anmyers/PAPERS/Venn.pdf More precisely: it cannot be done with circles. Cheer

Re: [Matplotlib-users] Fwd: Venn diagram for five events

2011-05-06 Thread Alan G Isaac
On 5/6/2011 7:57 AM, Vikram K wrote: > > I wish to draw a Venn diagram depicting five events and their intersections. Can't be done: http://www.brynmawr.edu/math/people/anmyers/PAPERS/Venn.pdf hth, Alan Isaac -- WhatsU

[Matplotlib-users] Fwd: Venn diagram for five events

2011-05-06 Thread Vikram K
This works for four events and their intersections but how do i add the fifth event along with all intersections? from matplotlib import pyplot as plt from matplotlib.patches import Circle f = plt.figure() ax = f.gca() rad = 1.4 c1 = Circle((-1,0),rad, alpha=.2, fc ='red') c2 = Circle((1,0),rad,