Johan Carlin wrote:
> Hi all,
>
> I have just migrated from Matlab to Scipy. Matplotlib has been great so
> far. However, I have some trouble getting imshow to behave like Matlab's
> image function.
>
> If you do image(eye(8)) in matlab, you get this:
>
> http://www.flickr.com/photos/phineasga
Hi all,
I have just migrated from Matlab to Scipy. Matplotlib has been great so far.
However, I have some trouble getting imshow to behave like Matlab's image
function.
If you do image(eye(8)) in matlab, you get this:
http://www.flickr.com/photos/phineasgage/3746211714/
If you do imshow(eye(8))