octave-maintainers
[Top][All Lists]
Advanced

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

nextplot and replacechildren value


From: Ben Abbott
Subject: nextplot and replacechildren value
Date: Sat, 10 Apr 2010 10:52:27 -0400

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

Attachment: changeset.patch
Description: Binary data


reply via email to

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