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

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

[Octave-bug-tracker] [bug #35329] change of paperorientation does not up


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #35329] change of paperorientation does not update papersize
Date: Thu, 19 Jan 2012 15:02:07 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.75 Safari/535.7

URL:
  <http://savannah.gnu.org/bugs/?35329>

                 Summary: change of paperorientation does not update papersize
                 Project: GNU Octave
            Submitted by: bpabbott
            Submitted on: Thu 19 Jan 2012 10:02:06 AM EST
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: Ben Abbott
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

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

get(gcf, 'paperorientation')
ans = portrait
get(gcf, 'papersize')
ans =

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

  8.50   11.00





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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