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

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

[Octave-bug-tracker] [bug #52838] implement print keyword 'fillpage'


From: JunWang
Subject: [Octave-bug-tracker] [bug #52838] implement print keyword 'fillpage'
Date: Thu, 22 Mar 2018 14:10:41 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0

Follow-up Comment #6, bug #52838 (project octave):

I add '-fillpage' and '-bestfit' for print. 
These resize options don't change 'paperposition' property of figure.


f = figure;
plot(1:10);
get(f, "paperposition");
print("FillPageFigure", "-dpdf", "-fillpage");
get(f, "paperposition");

Matlab ouput:
ans =
    1.3333 3.3125 5.8333 4.3750

ans =
    1.3333 3.3125 5.8333 4.3750

Octave ouput:
ans =
   0.25000   2.50000   8.00000   6.00000

ans =
   0.25000   2.50000   8.00000   6.00000





(file #43633)
    _______________________________________________________

Additional Item Attachment:

File name: print-resize-option.patch      Size:3 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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