help-octave
[Top][All Lists]
Advanced

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

papersize not updated from paperorientation


From: Muhali
Subject: papersize not updated from paperorientation
Date: Wed, 18 Jan 2012 11:53:00 -0800 (PST)

The following shows that, unlike matlab, octave does not update papersize
from paperorientation:

octave:> get(gcf, 'paperorientation')
ans = portrait
octave:> get(gcf, 'papersize')
ans =

    8.50   11.00
octave:> set(gcf, 'paperorientation', 'landscape')
octave:> get(gcf, 'papersize')
ans =

    8.50   11.00

M.


--
View this message in context: 
http://octave.1599824.n4.nabble.com/papersize-not-updated-from-paperorientation-tp4307869p4307869.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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