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

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

[Octave-bug-tracker] [bug #37554] PaperPositionMode = 'auto' is ignored


From: Rik
Subject: [Octave-bug-tracker] [bug #37554] PaperPositionMode = 'auto' is ignored for printing
Date: Sat, 20 Oct 2012 15:06:41 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:16.0) Gecko/20100101 Firefox/16.0

Follow-up Comment #7, bug #37554 (project octave):

Thanks Ben.  The patch works for me for image formats like png, but ps and pdf
outputs still appear scaled.


ezplot (@sin)
--Use mouse to make the plot a small square, on the order of 2"x2"
get (gcf, 'position')
ans =

   540   834   286   165
get (gcf, 'paperposition')
ans =

   0.25000   2.50000   8.00000   6.00000
set (gcf, 'paperpositionmode', 'auto')
print -dpng tst.png
print -dps  tst.ps


I've attached the two plots for reference.


(file #26805, file #26806)
    _______________________________________________________

Additional Item Attachment:

File name: tst.png                        Size:4 KB
File name: tst.ps                         Size:17 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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