Re: [Matplotlib-users] How to disable imshow blurring/interpolation

2009-07-22 Thread Eric Firing
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

[Matplotlib-users] How to disable imshow blurring/interpolation

2009-07-22 Thread Johan Carlin
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))