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

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

[Octave-bug-tracker] [bug #60513] meshc error applying property to hggro


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #60513] meshc error applying property to hggroup when trying to apply property to underlying surface plot
Date: Mon, 3 May 2021 13:45:11 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36

Follow-up Comment #1, bug #60513 (project octave):

the following does work:


A =  meshc (X, Y, Z);
set(A(1), 'FaceColor', 'r')


so the issue appears to just be with however meshc tries to set the property
during creation.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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