[Matplotlib-users] 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,-- Flávio Codeço Coelhoregistered Linux user # 386432---"Laws are like sausages. It's better not to see them being made." Otto von Bismark cwt.py Description: application/force-download - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users
Re: [Matplotlib-users] problem with axes size
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? 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 - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users