On Tue, Sep 9, 2008 at 7:12 AM, Adam <[EMAIL PROTECTED]> wrote:

> This gets rid of the blank space, but at the expense of the aspect ratio, as
> you mention.  Isn't there away to preserve the aspect ratios of the
> individual
> sub-images, and just remove the white space between them?  I really to not
> want to mess with the images themselves.

Yes, but you will need to use the "axes" command rather than the
"subplot" command, to position the axes where you want them.  This
will take a little arithmetic, since the axes parameters are fractions
of the figure parameters.  So you will want to create a figsize and
axes that in combination have the right aspect ratio, and issue the
axes commands such that there is no space between them.

JDH

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to