[Matplotlib-users] bug with imshow() for matrix?

2009-10-25 Thread Dudel
Hi, I'm using 0.99.1.1 of matplotlib as provided by the latest Enthought Python Distribution. When I try to plot a matrix with pyplot.imshow() I get all kinds of error messages, unless vmin and vmax are specified. Plotting an array instead works. I.e.: y=matrix('1 2 3') imshow(y) #fails

Re: [Matplotlib-users] bug with imshow() for matrix?

2009-10-25 Thread Eric Firing
Dudel wrote: Hi, I'm using 0.99.1.1 of matplotlib as provided by the latest Enthought Python Distribution. When I try to plot a matrix with pyplot.imshow() I get all kinds of error messages, unless vmin and vmax are specified. Plotting an array instead works. I.e.: y=matrix('1 2 3')