help-octave
[Top][All Lists]
Advanced

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

landscape plotting


From: Rudolf Widmer-Schnidrig
Subject: landscape plotting
Date: Thu, 24 Jul 2014 13:29:43 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

Dear list,

I run octave 3.6.4 and would like that my plot fills out an entire landscape A4 page.

I invoke

figure(1)
orient('landscape')
subplot(611),plot....
.
.
subplot(616),plot...

print -landscape -dpdf    myfig.pdf

So far I have experimented with
    set(gca(),'outerposition',[x,y,width,hight])
and with
    set(gca(),'plotboxaspectratio',[...])
after every call to subplot but I had only marginal success:
I am always left with too much white space.

Is there a command to tell octave to make use of the entire page?
Which gca option should I change?

        many thanks in advance,

                     -Rudolf






--
+---------------------------------------------------------------+
              Rudolf Widmer-Schnidrig
              Black Forest Observatory (BFO)
              Heubach 206
      D-77709 Wolfach, Germany
              e-mail: address@hidden
              phone:  +49 7836 2151
              fax:  +49 7836 955240
              48d 19' 48.24" North  8d 19' 23.13" East

+---------------------------------------------------------------+




reply via email to

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