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

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

[Octave-bug-tracker] [bug #45832] surface print contains holes


From: anonymous
Subject: [Octave-bug-tracker] [bug #45832] surface print contains holes
Date: Thu, 27 Aug 2015 08:24:23 +0000
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0

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

                 Summary: surface print contains holes
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Do 27 Aug 2015 08:24:22 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
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

The script

set (gcf, "papersize", [6.4, 4.8])
set (gcf, "paperposition", [0, 0, 6.4, 4.8])
colormap(jet); 
[x,y] = meshgrid(0:.1:5);
z=2.5 + 2.5*tanh( (1-(x-3).*(x-3)-5.*(y-4).*(y-4))*5 );
surf(x,y,z);
print -mono test1.pdf 
print test2.pdf

leads to pdf's with "holes" as attached. 
See e.g. the corner near (5,5)



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Do 27 Aug 2015 08:24:22 UTC  Name: test1.pdf  Size: 141kB   By: None

<http://savannah.gnu.org/bugs/download.php?file_id=34756>
-------------------------------------------------------
Date: Do 27 Aug 2015 08:24:22 UTC  Name: test2.pdf  Size: 140kB   By: None

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

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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