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

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

[Octave-bug-tracker] [bug #52590] paperorientation is ignored, orient()


From: Francesco Potortì
Subject: [Octave-bug-tracker] [bug #52590] paperorientation is ignored, orient() is needed
Date: Tue, 5 Dec 2017 11:01:51 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0

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

                 Summary: paperorientation is ignored, orient() is needed
                 Project: GNU Octave
            Submitted by: pot
            Submitted on: Tue 05 Dec 2017 05:01:50 PM CET
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

This one used to work in 4.0 to print in landscape mode:


plot(1:2, 1:2);
set(gcf(), 'visible', 'off', 'papertype', 'a4', 'paperorientation',
'landscape', 'paperunits', 'centimeters', 'paperposition', [1 1.5 19 27]);
print a.pdf


Now, I need to add orient landscape before printing.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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