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: Hg200
Subject: [Octave-bug-tracker] [bug #59132] line invisible behind patch with given alpha
Date: Fri, 18 Sep 2020 15:05:53 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

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

                 Summary: line invisible behind patch with given alpha
                 Project: GNU Octave
            Submitted by: hg200
            Submitted on: Fri 18 Sep 2020 07:05:51 PM UTC
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: other
         Discussion Lock: Any
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Attached what i see in Matlab 2018 compared to Octave hg id: 9beec32ba3d6.
Line behind transparent patch is invisible in Octave but is visible in
Matlab.

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

BTW: Surf-plot behind patch is visible (i.e. displayed correctly)



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Fri 18 Sep 2020 07:05:51 PM UTC  Name: matlab_vs_octave.png  Size: 33KiB
  By: hg200

<http://savannah.gnu.org/bugs/download.php?file_id=49811>

    _______________________________________________________

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]