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: Mon, 11 Mar 2024 12:45:09 -0400 (EDT)

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

Tested with the following example in Matlab R2023b:

clf;
t1 = (1/16:1/8:1)' * 2*pi;
t2 = ((1/16:1/8:1)' + 1/32) * 2*pi;
x1 = sin (t1) - 0.8;
y1 = cos (t1);
x2 = sin (t2) + 0.8;
y2 = cos (t2);
figure(1);
patch ([x1,x2], [y1,y2], [1,2]);
figure(2);
patch ([x1,x2], [y1,y2], [1;2]);


Both figure 1 and figure 2 render the same, and no warning appears for
either.
Pushed the following change to support both forms in Octave:
https://hg.savannah.gnu.org/hgweb/octave/rev/430eccf64677



    _______________________________________________________

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]