Re: [matplotlib-devel] imread issues

2011-12-09 Thread Christoph Gohlke
Pull request at Christoph On 12/9/2011 12:11 PM, Christoph Gohlke wrote: > Hello, > > while working on the scikits-image io plugin system, I noticed some > issues with matplotlib's imread function. I have a patch for all these > issues and will

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] imread issues

2011-12-09 Thread Christoph Gohlke
Hello, while working on the scikits-image io plugin system, I noticed some issues with matplotlib's imread function. I have a patch for all these issues and will submit a PR but wanted to check on the list first. 1) imread does not properly detect the file type if an open file handle is used.