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

Add a New Comment Rich Markup
   

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>

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

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

    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.

     

    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.13-f8d8.
    Corresponding source code