octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #40258] orient doesn't return 'tall' as possib


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #40258] orient doesn't return 'tall' as possible orientation
Date: Fri, 18 Oct 2013 18:34:01 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36

Follow-up Comment #2, bug #40258 (project octave):

"tall" is an option.  It indicates the orientation should be "portrait" and
the paperpostion = [0.25 0.25 papersize-0.5].


plot (rand (3))

get (gcf, 'paperposition')
ans =    0.2500    2.5000    8.0000    6.0000

orient landscape

get (gcf, 'paperposition')
ans =    0.2500    0.2500   10.5000    8.0000

orient tall

get (gcf, 'paperposition')
ans =    0.2500    0.2500    8.0000   10.5000

get (gcf, 'paperorientation')
ans =portrait


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?40258>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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