On Mon, Oct 27, 2008 at 10:59:40AM -0400, Michael Droettboom wrote:
> 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.
Thanks. subplots_adjust(left=.., bottom=...) seems to have an effect on a
single plot too. It lets you add extra room for axis labels.
It *must* mess up the
aspect ratio of the plot since the axis labels are now "stealing" extra space
right?
Chris
|