[Matplotlib-users] controlling the aspect of contour/contourf

2010-11-20 Thread Garry Willgoose
I want to control the ratio of the size of the x and y axes of contour/ contourf() plot (in the same way that 'aspect' lets me control imgshow()). Is there any way to do this? -- Beautiful is writing same markup. I

Re: [Matplotlib-users] python v ipython problem in imshow()

2010-11-11 Thread Garry Willgoose
like it to just quietly pick whatever it sees as appropriate ... and I would have never picked this up without the WX bug). > Thanks for your reply. > Just to make sure I understand correctly: Do you still think that > there is a bug in the Mac OS X backend? Or does the bug only app

Re: [Matplotlib-users] python v ipython problem in imshow()

2010-11-10 Thread Garry Willgoose
approaching and I'd prefer to leave it til later > On Tue, Nov 9, 2010 at 4:33 PM, Garry Willgoose > wrote: >> I'm using the following code to plot some grided data >> >>fig1=pylab.figure() >>contents1=fig1.add_subplot(111) >>

[Matplotlib-users] python v ipython problem in imshow()

2010-11-09 Thread Garry Willgoose
I'm using the following code to plot some grided data fig1=pylab.figure() contents1=fig1.add_subplot(111) stuff=contents1.imshow(mydata,origin='lower',aspect='equal') and I find that if I launch the code with 'ipython' the data looks as expected but if I use 'python' then