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: Avinoam Kalma
Subject: [Octave-bug-tracker] [bug #45832] surface print contains holes
Date: Mon, 31 Aug 2015 04:03:28 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #2, bug #45832 (project octave):


The script is probably:


 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


I presume that the bug is related to gl2ps, because plotting with
gnuplot does not produce this "holes" in the image.
The catogory should be changed to "Plotting with OpenGL".


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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