phob...@geosyntec.com wrote:
> Hey folks,
>
> I recently modified the Axes method boxplot so that the confidence intervals 
> around the mean are computed not with a static formula, but by bootstrapping 
> the median as many times as the user specifies. Also, I commented out the 
> lines that prevent the boxplots from folding around the hinges (but that's 
> obviously minor and in the current SVN if I'm not mistaken). 
>
> Is this something that would be worth including in matplotlib? I've never 
> contributed to a project like this before and my code is probably pretty 
> sloppy by MPL standards. I'm not really sure what's appropriate to contribute 
> and what's not.
>   

Hi Paul,

This sounds interesting.

I think the best thing to do is to post the patch so that it can be
reviewed. Sending the output of "svn diff" as an attachment to this
email list would be easy from our end. (A github based submission --
fork the repo and push your commits -- would also work well for me, but
I'm not sure about the other MPL devs.)

-Andrew

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to