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, 21 Sep 2011 20:57:11 -0400

On Sep 21, 2011, at 8:52 PM, Philip Hahn wrote:

> OK, Ben, this is odd.
> From the same instance of Octave I re-ran my script with \tau in it, and it 
> worked. 
> For some reason when I do it from the command line, however, it always works 
> like above (including in a few instance).

It is likely that you didn't "close all" after switching toolkits/backends.

In any event, let me know if using the gnuplot backend with Octave 3.4.2 works 
for you. If the text is overlaping on the subplots, try the command below 
before printing

        set (findobj (gca, "type", "axes"), "activepositionproperty", 
"outerposition")

If you have included a plotyy example in a subplot, that won't work. Otherwise, 
you should be ok.

Ben




reply via email to

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