[Numpy-discussion] Size/Shape

2013-07-17 Thread Brady McCary
NumPy Folks, Would someone please discuss or point me to a discussion about the discrepancy in size vs shape in the following MWE? In this example I have used a grayscale PNG version of the ImageMagick logo, but any image which is not square will do. $ python Python 2.7.4 (default, Apr 19 2013, 1

Re: [Numpy-discussion] Size/Shape

2013-07-17 Thread Robert Kern
On Wed, Jul 17, 2013 at 6:21 PM, Brady McCary wrote: > > NumPy Folks, > > Would someone please discuss or point me to a discussion about the > discrepancy in size vs shape in the following MWE? In this example I > have used a grayscale PNG version of the ImageMagick logo, but any > image which is