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

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

[Octave-bug-tracker] [bug #61618] Axes cut when 'paperposition' set


From: anonymous
Subject: [Octave-bug-tracker] [bug #61618] Axes cut when 'paperposition' set
Date: Sat, 4 Dec 2021 14:25:18 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0

URL:
  <https://savannah.gnu.org/bugs/?61618>

                 Summary: Axes cut when 'paperposition' set
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Sat 04 Dec 2021 07:25:16 PM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 6.3.0
         Discussion Lock: Any
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

When printing to an EPS file the axes of a plot are cut (i.e.: the values
above a certain value are not shown).

The code:


fh = figure;
set(fh, 'papersize', [ 10 15 ]);
set(fh, 'paperposition', [ 0.5 0.5 9 14  ]);
%set(fh, 'paperpositionmode', 'manual');
plot([ 0 0 34 44 ]);
print(fh, '-djpeg', 'test.jpg');
print(fh, '-deps', 'test.eps');


The expectation is that the EPS output should look the same as the JPEG output
(attached).

The version used is 6.3.0 (default installation) on Windows 10.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Sat 04 Dec 2021 07:25:16 PM UTC  Name: test.eps  Size: 164KiB   By: None

<http://savannah.gnu.org/bugs/download.php?file_id=52430>
-------------------------------------------------------
Date: Sat 04 Dec 2021 07:25:16 PM UTC  Name: test.jpg  Size: 37KiB   By: None

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

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?61618>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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