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

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

[Octave-bug-tracker] [bug #46435] rotated graphics output for device pdf


From: Andreas Stahel
Subject: [Octave-bug-tracker] [bug #46435] rotated graphics output for device pdfwrite
Date: Fri, 13 Nov 2015 15:38:37 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0

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

                 Summary: rotated graphics output for device pdfwrite
                 Project: GNU Octave
            Submitted by: sha1
            Submitted on: Fri 13 Nov 2015 04:38:36 PM CET
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Andreas Stahel
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Dear developer with version 4.0.0 and the current development release the code
below generates a rotated PDF file. Some other plots are treated correctly.
Using the device epsc and then epstopdf also generates the correct result.


x = linspace(-2,3);
plot(x,cosh(x),x,2*cos(x))
xlabel('-2<x<+3'); ylabel('Graphs of cosh(x) and 2*cos(x)');
grid on
text(-1, 0,'Hello')
print -dpdfwrite CoshCos.pdf






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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