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

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

[Octave-bug-tracker] [bug #31750] fill() does not plot multiple filled p


From: Rik
Subject: [Octave-bug-tracker] [bug #31750] fill() does not plot multiple filled polygons
Date: Sun, 05 Dec 2010 05:27:47 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101027 Ubuntu/9.10 (karmic) Firefox/3.6.12

Follow-up Comment #2, bug #31750 (project octave):

How does 'fill' behave under Matlab?  Under Octave, 'fill' adds polygons to
the existing plot, but doesn't reset the plot.  This seems equivalent to
having 'hold on' set all the time.  Thus,


plot(1:10);
h = fill(x1,y1,'r');  

produces plot with line and red octagon, BUT

clf;
h = fill(x1,y1,'r');
plot(1:10);

produces only a line.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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