a venn diagram function written in python

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.xiaojf@…83…287… <fdu.xiaojf@…287…> wrote:

Dear Mic,

Thanks for your reply.

I have never submitted code to matplotlib, and I am not very much familiar with github. However, I guess I don’t have the right to submit code to matplotlib. Could you please tell me what I need to do to get my code reviewed by the matplotlib team and perhaps get into matplotlib after the review? I use venn diagram quite often in my daily data analysis, and I think such a function could be useful to others . Thanks a lot.

Regards,

Jianfeng

On 2012-2-18 15:39, Mic wrote:

would be great! Maybe you could submit it to matplotlib’s github.

On Sat, Dec 31, 2011 at 2:23 AM, fdu.xiaojf@…287… > > > > <fdu.xiaojf@…878…287…>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 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.py .

I’m wondering if there is any chance that the function be included in

matplotlib. I think matplotlib need a function for venn diagram.

Also, could someone kindly help to review the code, so I can make it

better?

Any suggestions or comments will be greatly appreciated. Thanks a lot.

Best Regards,

Jianfeng


Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don’t need a complex

infrastructure or vast IT resources to deliver seamless, secure access to

virtual desktops. With this all-in-one solution, easily deploy virtual

desktops for less than the cost of PCs and save 60% on VDI infrastructure

costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox


Matplotlib-users mailing list

Matplotlib-users@…1735…sourceforge.net

https://lists.sourceforge.net/lists/listinfo/matplotlib-users

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://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.xiaojf@…287… <fdu.xiaojf@…120…287…> wrote:

Dear Mic,

Thanks for your reply.

I have never submitted code to matplotlib, and I am not very much familiar with github. However, I guess I don’t have the right to submit code to matplotlib. Could you please tell me what I need to do to get my code reviewed by the matplotlib team and perhaps get into matplotlib after the review? I use venn diagram quite often in my daily data analysis, and I think such a function could be useful to others . Thanks a lot.

Regards,

Jianfeng

On 2012-2-18 15:39, Mic wrote:

would be great! Maybe you could submit it to matplotlib’s github.

On Sat, Dec 31, 2011 at 2:23 AM, fdu.xiaojf@…287… > > > > > > <fdu.xiaojf@…287…>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 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.py .

I’m wondering if there is any chance that the function be included in

matplotlib. I think matplotlib need a function for venn diagram.

Also, could someone kindly help to review the code, so I can make it

better?

Any suggestions or comments will be greatly appreciated. Thanks a lot.

Best Regards,

Jianfeng


Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don’t need a complex

infrastructure or vast IT resources to deliver seamless, secure access to

virtual desktops. With this all-in-one solution, easily deploy virtual

desktops for less than the cost of PCs and save 60% on VDI infrastructure

costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox


Matplotlib-users mailing list

Matplotlib-users@…1735…sourceforge.net

https://lists.sourceforge.net/lists/listinfo/matplotlib-users

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 project. Could someone please help review the code? Any comments will be greatly appreciated.Thanks.

Regards,
Jianfeng

···

On 2012-2-23 9:22, Benjamin Root wrote:

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 (
matplotlib-devel List Signup and Options ) and ask
there for permission to submit your code on githup.

Cheers,

On Tue, Feb 21, 2012 at 10:10 PM, fdu.xiaojf@...287...<javascript:_e({}, >> 'cvml', 'fdu.xiaojf@...287...');> <fdu.xiaojf@...287...<javascript:_e({}, 'cvml', 'fdu.xiaojf@...287...');> >>> wrote:

Dear Mic,

Thanks for your reply.

I have never submitted code to matplotlib, and I am not very much
familiar with github. However, I guess I don't have the right to submit
code to matplotlib. Could you please tell me what I need to do to get my
code reviewed by the matplotlib team and perhaps get into matplotlib after
the review? I use venn diagram quite often in my daily data analysis, and I
think such a function could be useful to others . Thanks a lot.

Regards,
Jianfeng

On 2012-2-18 15:39, Mic wrote:

would be great! Maybe you could submit it to matplotlib's github.

On Sat, Dec 31, 2011 at 2:23 AM, fdu.xiaojf@...287...<javascript:_e({}, 'cvml', 'fdu.xiaojf@...287...');> >>>> <fdu.xiaojf@...287...<javascript:_e({}, 'cvml', >>>> 'fdu.xiaojf@...287...');>>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 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.py&lt;https://github.com/icetime/pyinfor/blob/master/venn.py&gt;\.

I'm wondering if there is any chance that the function be included in
matplotlib. I think matplotlib need a function for venn diagram.

Also, could someone kindly help to review the code, so I can make it
better?

Any suggestions or comments will be greatly appreciated. Thanks a lot.

Best Regards,
Jianfeng

------------------------------**------------------------------**
------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a
complex
infrastructure or vast IT resources to deliver seamless, secure access
to
virtual desktops. With this all-in-one solution, easily deploy virtual
desktops for less than the cost of PCs and save 60% on VDI
infrastructure
costs. Try it free! http://p.sf.net/sfu/Citrix-**VDIinabox&lt;http://p.sf.net/sfu/Citrix-VDIinabox&gt;
______________________________**_________________
Matplotlib-users mailing list
Matplotlib-users@...1735...**sourceforge.net<javascript:_e({}, 'cvml',
'Matplotlib-users@lists.sourceforge.net');>
https://lists.sourceforge.net/**lists/listinfo/matplotlib-**users&lt;https://lists.sourceforge.net/lists/listinfo/matplotlib-users&gt;

Jianfeng,

A common mistake new contributors make is that they make a pull request against their own mpl fork rather than the official one. We have not received your request yet. You might want to try again.

Git is confusing at first, but once you try it out a bit more, it becomes much easier to use.

Ben Root

···

On Friday, February 24, 2012, fdu.xiaojf@…287… 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. 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 project. Could someone please help review the code? Any comments will be greatly appreciated.Thanks.

Regards,

Jianfeng

    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
    <https://github.com/icetime/matplotlib/blob/master/lib/matplotlib/venn.py&gt;\.
    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 project.
    Could someone please help review the code? Any comments will be
    greatly appreciated.Thanks.

    Regards,
    Jianfeng

Jianfeng,

A common mistake new contributors make is that they make a pull request
against their own mpl fork rather than the official one. We have not
received your request yet. You might want to try again.

Git is confusing at first, but once you try it out a bit more, it
becomes much easier to use.

Ben Root

Ben,

A first cut would be an answer to the question as to where it belongs: mpl core? examples? cookbook?

I don't think it is of sufficiently general usefulness to belong in the core, so I think it would be better as an example. What do you think?

Eric

···

On 02/25/2012 10:02 AM, Benjamin Root wrote:

On Friday, February 24, 2012, fdu.xiaojf@...287... > <mailto:fdu.xiaojf@…287…> wrote:

------------------------------------------------------------------------------
Virtualization& Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/

_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options

Dear Ben Root,

Thanks for letting me know. I tried again, and finally made a pull request. Please let me know if it works this time. Thanks.

If there is something I can do to improve the code, please just let me know, and I will be happy to do it.

Regards,
Jianfeng

···

On 2012-2-26 4:02, Benjamin Root wrote:

On Friday, February 24, 2012, fdu.xiaojf@...287... 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<https://github.com/icetime/matplotlib/blob/master/lib/matplotlib/venn.py&gt;\.
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 project. Could
someone please help review the code? Any comments will be greatly
appreciated.Thanks.

Regards,
Jianfeng

Jianfeng,

A common mistake new contributors make is that they make a pull request
against their own mpl fork rather than the official one. We have not
received your request yet. You might want to try again.

Git is confusing at first, but once you try it out a bit more, it becomes
much easier to use.

Ben Root