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: Rik
Subject: [Octave-bug-tracker] [bug #46435] rotated graphics output for device pdfwrite
Date: Fri, 13 Nov 2015 17:11:50 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0

Update of bug #46435 (project octave):

                Category:    Plotting with OpenGL => Plotting               

    _______________________________________________________

Follow-up Comment #2:

Confirmed as well with the gnuplot toolkit.  This suggests that the problem is
general, and possibly in print.m, rather than in the C++ code dealing with
gl2ps.

Also, Octave creates just eps or ps files, and if necessary converts those to
a different format such as pdf, png, jpg, etc.  It appears that the
intermediate ps file is correct, and that it might be the downstream tool
which is introducing the bug.

For example,

plot (1:10);
ylabel (repmat ("a", 1, 15));
print ("x.ps");
## In shell, use a Postscript viewer to look at x.ps
## It was correct for me.
## Still in the shell, execute 'ps2pdf x.ps'
## Look at the file x.pdf.  It has been rotated relative to the input x.ps.




    _______________________________________________________

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]