Hi Michael,

On 21 March 2007, Michael Lerner wrote:

> so, I'm using subplot(311), subplot(312), subplot(313).  But, things
> are getting resized so that each of the rows has the same height.
> That really messes up the aspect ratio for my top row.
>
> I tried axis('equal') and axis('scaled') after making the first
> subplot.  I do indeed get a good aspect ratio, but it shrinks things
> to do this, rather than stretching things.  I'd really like the top
> row to be taller than the bottom rows.  How can I do this?

See the examples.

You just have to set figure size you need.

f = Figure(figsize=(5,4), dpi=100)

-- 
Zack

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to