Re: [Numpy-discussion] histogram help

2012-02-02 Thread Ruby Stevenson
-discussion] histogram help Sorry, I realize I didn't describe the problem completely clear or correct. the (x,y) in this case is just many co-ordinates, and  each coordinate has a list of values (Z value) associated with it.  The bins are allocated for the Z. I hope this clarify things a little

Re: [Numpy-discussion] histogram help

2012-02-02 Thread Olivier Delalleau
...@scipy.org [ numpy-discussion-boun...@scipy.org] On Behalf Of Ruby Stevenson [ ruby...@gmail.com] Sent: 30 January 2012 21:27 To: Discussion of Numerical Python Subject: Re: [Numpy-discussion] histogram help Sorry, I realize I didn't describe the problem completely clear or correct

Re: [Numpy-discussion] histogram help

2012-01-31 Thread Nadav Horesh
: Re: [Numpy-discussion] histogram help Sorry, I realize I didn't describe the problem completely clear or correct. the (x,y) in this case is just many co-ordinates, and each coordinate has a list of values (Z value) associated with it. The bins are allocated for the Z. I hope this clarify things

Re: [Numpy-discussion] histogram help

2012-01-30 Thread Ruby Stevenson
Sorry, I realize I didn't describe the problem completely clear or correct. the (x,y) in this case is just many co-ordinates, and each coordinate has a list of values (Z value) associated with it. The bins are allocated for the Z. I hope this clarify things a little. Thanks again. Ruby On

Re: [Numpy-discussion] histogram help

2012-01-30 Thread Samuel John
Hi Ruby, I still do not fully understand your question but what I do in such cases is to construct a very simple array and test the functions. The help of numpy.histogram2d or numpy.histogramdd (for more than two dims) might help here. So I guess, basically you want to ignore the x,y positions