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

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

[Octave-bug-tracker] [bug #40259] Printing in landscape mode is clipped


From: Rik
Subject: [Octave-bug-tracker] [bug #40259] Printing in landscape mode is clipped
Date: Thu, 17 Oct 2013 16:16:16 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0

Follow-up Comment #2, bug #40259 (project octave):

Ben, I pushed a changeset that looks for the landscape orientation and sets
the 'paperposition' property to take up the entire page minus 0.25" margins
(http://hg.savannah.gnu.org/hgweb/octave/rev/36917b3db6b2).

However, the plotted pdf is still not right.  Perhaps that indicates there is
a problem with print.m

According to the Matlab documentation 'orient portrait' is supposed to get you
back to the default.  Can you run the following check?


plot (rand (3))
orient landscape
get (gcf, 'paperposition')
orient portrait
get (gcf, 'paperposition')


If it returns the 'paperposition' to 8"x6" then we should do the same.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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