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

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

[Octave-bug-tracker] [bug #65457] Patch: octave and MATLAB interpret amb


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #65457] Patch: octave and MATLAB interpret ambiguous patch(x, y, C) cases differently
Date: Wed, 13 Mar 2024 08:50:33 -0400 (EDT)

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

sorry, that should have said:


hp = patch ([x1,x2,x1], [y1,y2,y2], [1 2 3]) # c is row vector
Error using patch
Invalid RGB triplet. Specify a three-element vector of values between 0 and
1.

hp = patch ([x1,x2,x1], [y1,y2,y2], [1 2 3]') # c is column vector
#  plots 3 faces each a different color.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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