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
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
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)
>>
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