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

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

[Octave-bug-tracker] [bug #42561] gnuplot error on "demo trimesh"


From: Andreas Weber
Subject: [Octave-bug-tracker] [bug #42561] gnuplot error on "demo trimesh"
Date: Tue, 17 Jun 2014 13:57:09 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0 Iceweasel/29.0.1

Follow-up Comment #6, bug #42561 (project octave):

I tried to create a minimalistic example which shows the problem:

close all
graphics_toolkit gnuplot
x = [-1, -1, 1, 0];
y = [-1, 1, 1, 0];
z = [0, 0.5, 0, 1]; 
tri = delaunay (x(:), y(:));
patch ("Vertices", [x(:), y(:), z(:)], "Faces", tri, "FaceColor", "w");


Shouldn't this draw a line where the 2 faces are connected (as with fltk)?

As Stefan already explained there is another problem where 
colorspec = sprintf ("lc rgb \"#%02x%02x%02x\"",round (255*color));

sometimes over- or undeflows

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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