# HG changeset patch # User Ben Abbott # Date 1270914092 14400 # Node ID 82ee24bf783cf1a75f992fb32da7b281bc2b8b93 # Parent 33940de7c082260e4d0a225116ba5f618d05c9f7 graphics.h.in: Fix nextplot property values. diff -r 33940de7c082 -r 82ee24bf783c src/ChangeLog --- a/src/ChangeLog Sat Apr 10 01:37:12 2010 +0200 +++ b/src/ChangeLog Sat Apr 10 11:41:32 2010 -0400 @@ -1,3 +1,9 @@ +2010-04-10 Ben Abbott + + * graphics.h.in: Fix nextplot property values. Add "new" to + list for axes nextplot values. Change "replace_children" to + "replacechildren" for both axes and figures. + 2010-04-09 David Bateman * DLD-FUNCTIONS/regexp.cc (octregexp_list): Properly ignore diff -r 33940de7c082 -r 82ee24bf783c src/graphics.h.in --- a/src/graphics.h.in Sat Apr 10 01:37:12 2010 +0200 +++ b/src/graphics.h.in Sat Apr 10 11:41:32 2010 -0400 @@ -2563,7 +2563,7 @@ BEGIN_PROPERTIES (figure) any_property __plot_stream__ h , Matrix () bool_property __enhanced__ h , "on" - radio_property nextplot , "new|{add}|replace_children|replace" + radio_property nextplot , "new|{add}|replacechildren|replace" callback_property closerequestfcn , "closereq" handle_property currentaxes S , graphics_handle () array_property colormap , jet_colormap () @@ -2913,7 +2913,7 @@ radio_property yaxislocation , "{left}|right|zero" radio_property xaxislocation , "{bottom}|top|zero" array_property view u , Matrix () - radio_property nextplot , "add|replace_children|{replace}" + radio_property nextplot , "new|add|replacechildren|{replace}" array_property outerposition u , default_axes_outerposition () radio_property activepositionproperty , "{outerposition}|position" color_property ambientlightcolor , color_values (1, 1, 1)