help-octave
[Top][All Lists]
Advanced

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

Re: subplot 'position'


From: Louis Ciotti
Subject: Re: subplot 'position'
Date: Tue, 3 Dec 2013 11:20:08 -0500

Thanks that works.  

Now I just have to get the fonts sized correctly.  

I tried -F:10 but that did not work.

Is there a way to force the plot to look exactly like the displayed figure?


On Tue, Dec 3, 2013 at 11:06 AM, Ben Abbott <address@hidden> wrote:
On Dec 3, 2013, at 10:39 AM, Louis Ciotti <address@hidden> wrote:

> That works.
> secondary question
>
> Orient landscape
> print -dpdf plot.pdf
>
> does not fill the page.

This is a bug that has already been reported and fixed.  To work around the bug ...

        plot (rand (3))
        orient portrait
        orient tall
        orient landscape
        print -dpdf plot.pdf

Ben


reply via email to

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