Re: [Numpy-discussion] masked_array/matplotlib issue with memmaps

2008-02-26 Thread Robert Kern
On Tue, Feb 26, 2008 at 5:26 PM, Christopher Burns <[EMAIL PROTECTED]> wrote: > If I initialize an AxesImage using a np.zeros array and then set the > axes data later to a np.memmap array, I get a RuntimeError when > matplotlib tries to autoscale the image. The errors continue to fill > my cons

[Numpy-discussion] masked_array/matplotlib issue with memmaps

2008-02-26 Thread Christopher Burns
If I initialize an AxesImage using a np.zeros array and then set the axes data later to a np.memmap array, I get a RuntimeError when matplotlib tries to autoscale the image. The errors continue to fill my console and I'm forced to close the shell. This bug was introduced when I switched from nump