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

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

[Octave-bug-tracker] [bug #59132] line invisible behind patch with given


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #59132] line invisible behind patch with given alpha
Date: Fri, 18 Sep 2020 15:55:21 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36 Edg/85.0.564.51

Update of bug #59132 (project octave):

                  Status:                    None => Duplicate              
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

This is probably a duplicate of bug #57980.

Compare your example to:

x = [0; 1; 1; 0];
y = [0; 0; 1; 1];
z = [0; 0; 0; 0];
line ([0, 1], [0, 1], [-0.1, 0.1], 'color', 'k', 'linewidth', 1);
patch (x, y, z, [1; 1; 1; 1], 'facealpha', 0.5);
view (3);
grid 'on';


Please, re-open if you think this is something different.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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