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: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #65431] crash after hgload certain data
Date: Fri, 8 Mar 2024 09:26:52 -0500 (EST)

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

I'm hoping Liang Tang can provide the commands he used to create the figures
that are causing the crash.  

from the other bug report, it seems it stems from calling patch using
Faces/Vertices form and using CData to specify colors (rather than specifying
the FaceVertexCData property, which if i read correctly I think is stored in
fvc, or by using the x/y/zdata form which CData is designed to be used with). 
How patch manipulates one property when you manipulate the other is sometimes
odd, especially when you mix the calling forms. Apparently it's creating fvc
and the index separately and the calculations go awry. 

if this is correct, then the easy workaround is to avoid mixing the
x/y/z/Cdata and Face/Vertices/FaceVertexCdata forms, but it seems matlab
allows you to do so.  it may be that with some compatibility testing would
tease out what should be happening with those properties and where we might be
going wrong.


    _______________________________________________________

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]