Re: [Matplotlib-users] a venn diagram function written in python

2012-02-27 Thread fdu.xia...@gmail.com
On 2012-2-26 4:02, Benjamin Root wrote: > On Friday, February 24, 2012, fdu.xia...@gmail.com wrote: > >> Dear Ben Root, >> >> I have made a pull request of matplotlib on github, and I put my venn >> function on https://github.com/icetime/**matplotlib/blob/master/lib/** >> matplotlib/venn.py

Re: [Matplotlib-users] a venn diagram function written in python

2012-02-25 Thread Eric Firing
On 02/25/2012 10:02 AM, Benjamin Root wrote: > > > On Friday, February 24, 2012, fdu.xia...@gmail.com > wrote: > > Dear Ben Root, > > I have made a pull request of matplotlib on github, and I put my > venn function on > > https://github.com/icetime/__m

Re: [Matplotlib-users] a venn diagram function written in python

2012-02-25 Thread Benjamin Root
On Friday, February 24, 2012, fdu.xia...@gmail.com wrote: > Dear Ben Root, > > I have made a pull request of matplotlib on github, and I put my venn > function on https://github.com/icetime/**matplotlib/blob/master/lib/** > matplotlib/venn.py

Re: [Matplotlib-users] a venn diagram function written in python

2012-02-24 Thread fdu.xia...@gmail.com
Dear Ben Root, I have made a pull request of matplotlib on github, and I put my venn function on https://github.com/icetime/matplotlib/blob/master/lib/matplotlib/venn.py. However, I'm not sure it is the right place venn.py should go. This is my first time try to contribute to an open source p

Re: [Matplotlib-users] a venn diagram function written in python

2012-02-22 Thread Benjamin Root
No need to ask permission. Just make a pull request on github. It may take some time, but we will get to evaluating your patch. A pull request is your best bet. Ben Root On Wednesday, February 22, 2012, Mic wrote: > Dear Jianfeng, > > Probably, you have to join developer mailing list ( > http:

Re: [Matplotlib-users] a venn diagram function written in python

2012-02-22 Thread Mic
Dear Jianfeng, Probably, you have to join developer mailing list ( http://lists.sourceforge.net/mailman/listinfo/matplotlib-devel ) and ask there for permission to submit your code on githup. Cheers, On Tue, Feb 21, 2012 at 10:10 PM, fdu.xia...@gmail.com wrote: > Dear Mic, > > Thanks for your

Re: [Matplotlib-users] a venn diagram function written in python

2012-02-17 Thread Mic
would be great! Maybe you could submit it to matplotlib's github. On Sat, Dec 31, 2011 at 2:23 AM, fdu.xia...@gmail.com wrote: > Dear all, > > I couldn't find a function to plot venn diagram with python, so I > written one for my daily use (with a lot inspirations from the internet > and R). Hope

[Matplotlib-users] a venn diagram function written in python

2011-12-30 Thread fdu.xia...@gmail.com
Dear all, I couldn't find a function to plot venn diagram with python, so I written one for my daily use (with a lot inspirations from the internet and R). Hope it could be of any help to someone else, so I put it on github. The path to it is https://github.com/icetime/pyinfor/blob/master/venn