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

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

[Octave-bug-tracker] [bug #48109] Trisurf fails to colour triangles corr


From: Rik
Subject: [Octave-bug-tracker] [bug #48109] Trisurf fails to colour triangles correctly.
Date: Sat, 18 Nov 2017 21:55:47 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #3, bug #48109 (project octave):

Can someone with access to Matlab run the test code from comment #1?  I'd like
to see the error message.

Also, as an addendum, try


[x,y] = meshgrid (1:15,1:15);
tri = delaunay (x,y);
z = peaks (15);
h = trisurf (tri,x,y,z);
size (tri)
size (get (h, 'cdata'))
size (get (h, 'facevertexcdata'))





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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