Re: [Numpy-discussion] condense array along one dimension

2012-01-30 Thread Ruby Stevenson
I think this is exactly what I need. Thanks for your help, Olivier. Ruby On Fri, Jan 20, 2012 at 9:50 AM, Olivier Delalleau wrote: > What do you mean by "summarize"? > If for instance you want to sum along Y, just do >   my_array.sum(axis=1) > > -=- Olivier > > 2012/1/20 Ruby Stevenson >> >> hi

Re: [Numpy-discussion] condense array along one dimension

2012-01-20 Thread Olivier Delalleau
What do you mean by "summarize"? If for instance you want to sum along Y, just do my_array.sum(axis=1) -=- Olivier 2012/1/20 Ruby Stevenson > hi, all > > Say I have a three dimension array, X, Y, Z, how can I condense into > two dimensions: for example, compute 2-D array with (X, Z) and > su

[Numpy-discussion] condense array along one dimension

2012-01-20 Thread Ruby Stevenson
hi, all Say I have a three dimension array, X, Y, Z, how can I condense into two dimensions: for example, compute 2-D array with (X, Z) and summarize along Y dimensions ... is it possible? thanks Ruby ___ NumPy-Discussion mailing list NumPy-Discussion