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

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

[Octave-bug-tracker] [bug #52940] Regression with "PaperPosition" and pr


From: Rik
Subject: [Octave-bug-tracker] [bug #52940] Regression with "PaperPosition" and printing
Date: Sat, 20 Jan 2018 12:25:01 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

URL:
  <http://savannah.gnu.org/bugs/?52940>

                 Summary: Regression with "PaperPosition" and printing
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Sat 20 Jan 2018 09:25:00 AM PST
                Category: Plotting with OpenGL
                Severity: 5 - Blocker
                Priority: 5 - Normal
              Item Group: Regression
                  Status: Confirmed
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The "PaperPosition" no longer works correctly on the development branch.  I
attach a test script for producing a very simple plot.


plot (1:10, 'o-')
set (gcf, 'paperunits', 'inches')
set (gcf, 'papersize', [10 5.5])
set (gcf, 'paperorientation', 'landscape')
set (gcf, 'paperposition', [0 0 10 5.5])
print tst.pdf


With 4.2.1 the plot is correctly centered within the page.  With the
development version the figure is truncated.  I have also attached the
resulting pdf files.

Unfortunately this cost me a lot of time before I realized why figures I had
been producing for publication were no longer sized correctly.




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Sat 20 Jan 2018 09:25:00 AM PST  Name: tst_paperpos.m  Size: 196B   By:
rik5

<http://savannah.gnu.org/bugs/download.php?file_id=42987>
-------------------------------------------------------
Date: Sat 20 Jan 2018 09:25:00 AM PST  Name: tst.4.3.0.pdf  Size: 3KiB   By:
rik5

<http://savannah.gnu.org/bugs/download.php?file_id=42988>
-------------------------------------------------------
Date: Sat 20 Jan 2018 09:25:00 AM PST  Name: tst.4.2.1.pdf  Size: 4KiB   By:
rik5

<http://savannah.gnu.org/bugs/download.php?file_id=42989>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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