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: Mike Miller
Subject: [Octave-bug-tracker] [bug #46435] rotated graphics output for device pdfwrite
Date: Fri, 13 Nov 2015 16:37:15 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.2.1

Update of bug #46435 (project octave):

                Category:                Plotting => Plotting with OpenGL   
                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #1:

Confirmed. With gl2ps and pdf output, the figure is rotated on the page if the
string length of the ylabel exceeds the length of the xlabel by 15 or more
characters.

A couple of simpler examples:


plot (1:10); ylabel (repmat ("a", 1, 15)); print ("x.pdf");
plot (1:10); xlabel (repmat ("a", 1, 10)); ylabel (repmat ("a", 1, 25)); print
("x.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]