bugGNU Octave - Bugs: bug #58269, patch with polygons defined by two...

 
 

bug #58269: patch with polygons defined by two vertices

Submitter:  Guillaume <gyom>
Submitted:  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 Open/Closed:  * Open
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Post a Comment

Add a New Comment Rich Markup
   

Discussion

Tue 28 Apr 2020 09:54:41 PM UTC, original submission:  

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);


Guillaume <gyom>

 

Attached Files

This item currently has no attached files.

(Note: upload size limit is set to 4.0MiB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

 

Dependencies

This item does not depend on any other items.

No items depend on this one.

 

Mail Notification Carbon-Copy List

Carbon-Copy List
  • -email is unavailable- added by gyom (Submitted the item)
  •  

    Votes

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Please enter the title of George Orwell's famous dystopian book (it's a date):

    History

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.16-598c.
    Corresponding source code