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

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

[Octave-bug-tracker] [bug #58269] patch with polygons defined by two ver


From: Guillaume
Subject: [Octave-bug-tracker] [bug #58269] patch with polygons defined by two vertices
Date: Tue, 28 Apr 2020 17:54:43 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

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

                 Summary: patch with polygons defined by two vertices
                 Project: GNU Octave
            Submitted by: gyom
            Submitted on: Tue 28 Apr 2020 09:54:41 PM UTC
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: Guillaume
        Originator Email: 
             Open/Closed: Open
                 Release: dev
         Discussion Lock: Any
        Operating System: Any

    _______________________________________________________

Details:

Corner case when N is 2 in the MxN Faces matrix in patch: Matlab displays
lines while Octave doesn't display anything:


V = rand (10,2);
F = [1:10; circshift(1:10, -1)]';
figure
patch ('Faces', F, 'Vertices', V);





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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