help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: subplot titles and labels overlap


From: Ben Abbott
Subject: Re: subplot titles and labels overlap
Date: Wed, 14 Sep 2011 18:20:05 -0400

On Sep 14, 2011, at 5:39 PM, Philip Hahn wrote:

> On Wed, Sep 14, 2011 at 4:21 PM, Ben Abbott <address@hidden> wrote:
> You can adjust the position of each axes by modifying their "position" 
> property.
> 
> If you are running Octave 3.4.x, this is done automatically using the native 
> backend. Before running your script just ....
> 
>        graphics_toolkit fltk
>        close all
> 
> ... and then run your plot commands.
> 
> 
> Ben,
> 
> Is there an equivalent command for Octave 3.2.4 (Windows)?
> 
> thanks,
> 
> philip
>  
> Ben

For 3.2.4, you'll need to modify the "position" property of the axes directly.

Ben



reply via email to

[Prev in Thread] Current Thread [Next in Thread]