bugGNU Octave - Bugs: bug #49611, Patch with zero area not displayed...

 
 

bug #49611: Patch with zero area not displayed with OpenGL

Submitter:  Guillaume <gyom>
Submitted:  Tue 15 Nov 2016 05:22:51 PM UTC
   
 
Category:  Plotting with OpenGL Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Confirmed 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 15 Nov 2016 07:04:47 PM UTC, comment #1: 

Confirmed.  I used this sample code:


graphics_toolkit fltk
figure
h = patch ([0 1], [0 0], 'r', 'linewidth', 5);


This may be related to bug #38779 and bug #47677.


Rik <rik5>
Group administrator
Tue 15 Nov 2016 05:22:51 PM UTC, original submission:  

With the Qt or fltk graphics toolkit, the following displays nothing:


figure
h=patch([0 1],[0 0],[0 0 0])


while with gnuplot, it appropriately displays a black line from left to right (as does Matlab).

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 rik5 (Posted a comment)
  • -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

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-11-15 rik5 Operating SystemGNU/Linux Any
    2016-11-15 rik5 StatusNone Confirmed
        SummaryFlat patch not displayed with OpenGL Patch with zero area not displayed with OpenGL

    Back to the top

    Powered by Savane 3.16-598c.
    Corresponding source code