Re: [matplotlib-devel] Code review request: minor modifications to axes.boxplot

2011-12-09 Thread Paul Hobson
Ben, Thanks for the reply. I definitely like your idea. Seems like we could include some logic in axes.errorbar to look at the shapes of xerr and yerr in a similar fashion to what I propose for axes.boxplots, allowing the user to have custom lower and upper errors for each data point (in a time se

Re: [matplotlib-devel] Code review request: minor modifications to axes.boxplot

2011-12-09 Thread Benjamin Root
On Thu, Dec 8, 2011 at 10:45 AM, Paul Hobson wrote: > Matplotlib gurus: > > I took at stab at the git work flow and incorporated my personal > modifications to the boxplot function. Github's diff can be found > here: > https://github.com/phobson/matplotlib/compare/master...manual_boxplots > > In

[matplotlib-devel] Code review request: minor modifications to axes.boxplot

2011-12-08 Thread Paul Hobson
Matplotlib gurus: I took at stab at the git work flow and incorporated my personal modifications to the boxplot function. Github's diff can be found here: https://github.com/phobson/matplotlib/compare/master...manual_boxplots In summary, if your data is MxN, you can manually specify medians and t