|
From: Michael D. <md...@st...> - 2008-10-27 14:59:51
|
The size of the figure can be adjusted using figure(figsize=(width, height)) subplots_adjust merely adjusts the margins between multiple subplots within the same figure. Hope that helps. Mike ch...@se... wrote: > I measured the displayed Matplotlib PDF on the screen and noticed it > has a 4/3 (1.333...) aspect ratio by default. > > Is it EXACTLY 4/3? Even if I do: > > pylab.figure().subplots_adjust(left = EXTRA_ROOM, > bottom = EXTRA_ROOM) > > ??? > > (Why doesn't the subplots_adjust command seem to mess up the default aspect > ratio?? ) > > Chris > > ------------------------------------------------------------------------- > 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 > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA |