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
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