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: Rik
Subject: [Octave-bug-tracker] [bug #40258] orient doesn't return 'tall' as possible orientation
Date: Fri, 18 Oct 2013 19:03:32 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0

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

I see that it is an input option, I was wondering if it was also an output
from the function?  Does Matlab check that orientation == "portrait" and
paperposition == size of page with 0.25" margin and return the string "tall"
or does it just return the value of the paperorientation property which would
be "portrait"

The test code below sets the orientation and then queries it to see if "tall"
or "portrait" is returned.


plot (rand(3));
orient ('tall')
orient



    _______________________________________________________

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]