octave-maintainers
[Top][All Lists]
Advanced

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

Re: nextplot and replacechildren value


From: Ben Abbott
Subject: Re: nextplot and replacechildren value
Date: Sat, 10 Apr 2010 11:44:56 -0400

On Apr 10, 2010, at 10:52 AM, Ben Abbott wrote:

> Both the figure and axes objects have "nextplot" properties.
> 
> Matlab's implementation permits the following values, with the defaults 
> enclosed by {}.
> 
>>> set(gca,'nextPlot')
> [ new | add | {replace} | replacechildren ]
> 
>>> set(gcf,'nextPlot')
> [ new | {add} | replace | replacechildren ]
> 
> For axes, Octave's implementation is currently (from graphics.cc.in)
> 
>      radio_property nextplot , "add|replace_children|{replace}"
> 
> ... and for figures
> 
>      radio_property nextplot , "new|{add}|replace_children|replace"
> 
> I'm presently building and will test with the attached changeset.
> 
> Any concerns about pushing a changeset with these changes?
> 
> Ben

I built and demo'd this change. Everything worked for me, so I've pushed the 
change below.

        http://hg.savannah.gnu.org/hgweb/octave/rev/82ee24bf783c

Ben




reply via email to

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