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

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

[Octave-bug-tracker] [bug #60513] contour hggroup does not have hidden "


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #60513] contour hggroup does not have hidden "facecolor" property like Matlab
Date: Mon, 10 May 2021 23:16:50 -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 #3, bug #60513 (project octave):

"Matlab seems to ignore setting the facecolor"

does it? in the example I gave setting the facecolor in meshc does change the
facecolor of the underlying surface object. 

the results of:


[X, Y] = meshgrid (linspace (-3, 3, 40));
Z = sqrt (abs (X .* Y)) ./ (1 + X.^2 + Y.^2);
A = meshc (X, Y, Z); 
title ('no facecolor');
figure; 
B = meshc (X, Y, Z, 'FaceColor', 'r');
title('with red facecolor');


attached showing the facecolor option does change the face color.  or maybe
I'm misunderstanding what you mean?

(file #51416)
    _______________________________________________________

Additional Item Attachment:

File name: facecolorcheck_matlab2021a.png Size:209 KB
   
<https://file.savannah.gnu.org/file/facecolorcheck_matlab2021a.png?file_id=51416>



    _______________________________________________________

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]