Re: [matplotlib-devel] Bug in 'weights' in axes.hist

2010-07-31 Thread John Hunter
On Thu, Jul 29, 2010 at 6:17 PM, Benjamin Root wrote: > As a side-note, it looks like various files that have been changed due to > svnmerge.py are still showing themselves as having their properties > modified.  Is this ok? Yes, for some reason some of the files, like axes3d examples, are alway

Re: [matplotlib-devel] Bug in 'weights' in axes.hist

2010-07-29 Thread Eric Firing
On 07/29/2010 01:17 PM, Benjamin Root wrote: > On Thu, Jul 29, 2010 at 3:39 PM, Eric Firing > wrote: > > On 07/29/2010 09:31 AM, Benjamin Root wrote: > [...] > > > > Good catch, Jeff. Looking over the code, looks like both the > input > >

Re: [matplotlib-devel] Bug in 'weights' in axes.hist

2010-07-29 Thread Benjamin Root
On Thu, Jul 29, 2010 at 3:39 PM, Eric Firing wrote: > On 07/29/2010 09:31 AM, Benjamin Root wrote: > [...] > > > > Good catch, Jeff. Looking over the code, looks like both the input > > data, x, and the weights get similar pre-processing done to ready it > > for histogramming. It app

Re: [matplotlib-devel] Bug in 'weights' in axes.hist

2010-07-29 Thread Eric Firing
On 07/29/2010 09:31 AM, Benjamin Root wrote: [...] > > Good catch, Jeff. Looking over the code, looks like both the input > data, x, and the weights get similar pre-processing done to ready it > for histogramming. It appears that a fix was made to how x was being > processed, but t

Re: [matplotlib-devel] Bug in 'weights' in axes.hist

2010-07-29 Thread Benjamin Root
On Sun, Jul 25, 2010 at 3:51 PM, Benjamin Root wrote: > On Tue, Jul 20, 2010 at 9:21 AM, Jeff Klukas wrote: > >> Hello, >> >> The documentation for hist seems to indicate that you should be able >> to send a list of values through the 'weights' parameter in axes.hist, >> and this worked in previ

Re: [matplotlib-devel] Bug in 'weights' in axes.hist

2010-07-25 Thread Benjamin Root
On Tue, Jul 20, 2010 at 9:21 AM, Jeff Klukas wrote: > Hello, > > The documentation for hist seems to indicate that you should be able > to send a list of values through the 'weights' parameter in axes.hist, > and this worked in previous versions. In 1.0, however, this produces > an error. I've

[matplotlib-devel] Bug in 'weights' in axes.hist

2010-07-20 Thread Jeff Klukas
Hello, The documentation for hist seems to indicate that you should be able to send a list of values through the 'weights' parameter in axes.hist, and this worked in previous versions. In 1.0, however, this produces an error. I've attached a diff (also pasted below) that I believe produces the e