help-octave
[Top][All Lists]
Advanced

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

Re: subplot 'position'


From: Ben Abbott
Subject: Re: subplot 'position'
Date: Tue, 03 Dec 2013 11:06:43 -0500

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]