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

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

[Octave-bug-tracker] [bug #65422] Octave patch does not plot patch defin


From: Liang Tang
Subject: [Octave-bug-tracker] [bug #65422] Octave patch does not plot patch defined by two points
Date: Wed, 6 Mar 2024 11:42:10 -0500 (EST)

Follow-up Comment #1, bug #65422 (group octave):

Just an update.  The "two points" in the title and comment #1 is not correct. 


As long as the patch describes a straight line, Octave patch does not plot or
warn/error. 

pts=[0 0 0;1 1 1; 2 2 2]; tri=[1 2 3]
figure; patch('Vertices', pts,'Faces', tri, 'EdgeColor', 'k');


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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