bugGNU Octave - Bugs: bug #40732, fill(x, y, [1 0 0]) not working

 
 

bug #40732: fill(x, y, [1 0 0]) not working

Submitter:  Muhali <muhali>
Submitted:  Thu 28 Nov 2013 09:58:27 AM UTC
   
 
Category:  Plotting with OpenGL Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 02 Dec 2013 06:41:40 PM UTC, comment #1: 

I fixed it in this changeset (http://hg.savannah.gnu.org/hgweb/octave/rev/8e7d2ee1254d) on the default branch.

Rik <rik5>
Group administrator
Thu 28 Nov 2013 09:58:27 AM UTC, original submission:  


graphics_toolkit fltk
vertices = [0 0;1 0;1 1;0 1];
fill (vertices(:,1), vertices(:,2), [1 0 0]);


produces a black rectangle.

Muhali <muhali>

 

(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 muhali (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 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-12-02 rik5 StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-bb6a.
    Corresponding source code