octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #43850] fill() returns only one handle when pl


From: Rik
Subject: [Octave-bug-tracker] [bug #43850] fill() returns only one handle when plotting multiple polygons
Date: Mon, 29 Dec 2014 06:33:47 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:34.0) Gecko/20100101 Firefox/34.0

Update of bug #43850 (project octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #1:

Confirmed.  It appears that Octave creates one patch object for each input
argument set, rather than one patch object for each column of vertices.  This
produces 3 patch objects.


h = fill (vertices(:,1),vertices(:,2), 'm', vertices(:,1)+1,vertices(:,2)+1,
'm', vertices(:,1)+2,vertices(:,2)+2, 'm')


I think this is mostly just adding a for loop inside fill.m which runs over
each column of vertices.  There may be a little bit more work to get the cdata
replicated.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?43850>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]