problem with axes size

Hi,

I am having a strange behavior with the size of axes in imshow. the attached code worked fine with an older version of Pylab, but with the latest SVN, the plots are appearing very narrow (vertically)in the middle of the window instead of resizing to take up the whole frame.

can anyone please illuminate me as to why this is happening?

thanks,

cwt.py (4.12 KB)

···


Flávio Codeço Coelho
registered Linux user # 386432

“Laws are like sausages. It’s better not to see them being made.”

Otto von Bismark

The size of the image being plotted is (72, 2048), so that behaviour
sounds correct. The plot I see is shown here:

http://mentat.za.net/results/morlet.png

Cheers
Stéfan

···

On Sun, Oct 15, 2006 at 09:31:32PM -0200, Flavio Coelho wrote:

Hi,

I am having a strange behavior with the size of axes in imshow. the attached
code worked fine with an older version of Pylab, but with the latest SVN, the
plots are appearing very narrow (vertically)in the middle of the window instead
of resizing to take up the whole frame.
can anyone please illuminate me as to why this is happening?