Re: [Numpy-discussion] Understanding mgrid

2008-09-19 Thread Robert Kern
On Fri, Sep 19, 2008 at 12:59, Brad Malone [EMAIL PROTECTED] wrote: Hi, I was wondering if someone could englighten me on what the geometrical significance of numpy.mgrid is. I can play around with it and see trends in the sizes and number of arrays, but why does it give the output that it

Re: [Numpy-discussion] Understanding mgrid

2008-09-19 Thread Brad Malone
Thanks for the response Robert. So, at least in this case, the results of mgrid (or indices) only provides information about the spacing of the grid and not on the absolute value of the point coordinates? In your example, is there a way to see within your x[ix], y[iy], and z[iz] matrices the

Re: [Numpy-discussion] Understanding mgrid

2008-09-19 Thread Robert Kern
On Fri, Sep 19, 2008 at 14:13, Brad Malone [EMAIL PROTECTED] wrote: Thanks for the response Robert. So, at least in this case, the results of mgrid (or indices) only provides information about the spacing of the grid and not on the absolute value of the point coordinates? No, they give