Re: [Matplotlib-users] Pixel shape

2011-04-19 Thread Paolo Zaffino
ound is for example at: http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.imshow or in interactive help. On Sun, 2011-04-17 at 23:16 +0200, Paolo Zaffino wrote: > Thanks for the reply. > I checked in the help...I didn't understand what I must to use.

Re: [Matplotlib-users] Pixel shape

2011-04-17 Thread Paolo Zaffino
thing fixed. > > Regards, > > Sebastian > > On Sat, 2011-04-16 at 10:43 +0200, Paolo Zaffino wrote: >> Hi at all, >> I have a numpy matrix (an image) and I'd like to show it. >> I thought to use show function, but I have a question. >> I don't want th

[Matplotlib-users] Pixel shape

2011-04-16 Thread Paolo Zaffino
Hi at all, I have a numpy matrix (an image) and I'd like to show it. I thought to use show function, but I have a question. I don't want that the pixel have dimension 1x1 unit but I want for example 1X1.5 unit (I don't want a square but a rectangle). How can I do this? Thanks in advance. Paolo --