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

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

[Octave-bug-tracker] [bug #65431] crash after hgload certain data


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #65431] crash after hgload certain data
Date: Sat, 9 Mar 2024 14:25:40 -0500 (EST)

Follow-up Comment #55, bug #65431 (group octave):

@ the author of comment #54:
Maybe, I wasn't able to explain that before. So, here with an example:

vertices = [0, 0; 0, 1; 1, 0; 1, 1];
faces = [1, 2, 3; 2, 3, 4];
cdata = reshape (1:6, 3, 2);
hp = patch ("Vertices", vertices, "Faces", faces, "cdata", cdata, "FaceColor",
"interp");


It wouldn't be possible to keep "cdata" and "facevertexcdata" of that patch
object consistent without duplicating vertices.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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