bugGNU Octave - Bugs: bug #33447, fill does not draw multiple...

 
 

bug #33447: fill does not draw multiple polygons

Submitter:  None
Submitted:  Tue 31 May 2011 05:24:22 PM UTC
   
 
Category:  Plotting with gnuplot Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Fixed Assigned to:  None
Originator Name:  Sebastian Schoeps Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 3.4.0
Operating System:  * Mac OS Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 30 Sep 2011 05:12:36 AM UTC, comment #1: 

Fixed in this changeset (http://hg.savannah.gnu.org/hgweb/octave/rev/41c2f4633a62).  This will be available in the 3.6 release of Octave in December, 2011.  Alternatively the reporter can build from source code.

Rik <rik5>
Group administrator
Tue 31 May 2011 05:24:22 PM UTC, original submission:  

The drawing of multiple polygons at once using "fill" does not work, e.g.

fill([1 1;1 2; 2 3],[1 1; 2 2;2 1],[1 2]);

the result is:
-----------

error: invalid value for array property "facevertexcdata"
error: called from:
error:   /opt/local/share/octave/3.4.0/m/plot/private/__patch__.m at line 145, column 7
error:   /opt/local/share/octave/3.4.0/m/plot/fill.m at line 50, column 20

-----------

Anonymous

 

(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 None (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
    2011-10-01 rik5 StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code