Re: [Numpy-discussion] Specially Constructed Arrays

2009-04-08 Thread Robert Kern
On Wed, Apr 8, 2009 at 20:39, Ian Mallett wrote: > Hello, > > I want to make an array of size sqrt(n) by sqrt(n) by 3, filled with special > values. > > The values range from 0.0 to 3.0, starting with 0.0 at one corner and ending > at 3.0 in the opposite, increasing going row by row.  The value is

[Numpy-discussion] Specially Constructed Arrays

2009-04-08 Thread Ian Mallett
Hello, I want to make an array of size sqrt(n) by sqrt(n) by 3, filled with special values. The values range from 0.0 to 3.0, starting with 0.0 at one corner and ending at 3.0 in the opposite, increasing going row by row. The value is to be encoded in each color. Because this is somewhat abstra