diff scripts/ChangeLog @ 6314:7cbf27ad6c3f

[project @ 2007-02-16 00:43:40 by jwe]
author jwe
date Fri, 16 Feb 2007 00:43:40 +0000
parents 725709ab0445
children cf52583fe055
line wrap: on
line diff
--- a/scripts/ChangeLog	Thu Feb 15 22:56:13 2007 +0000
+++ b/scripts/ChangeLog	Fri Feb 16 00:43:40 2007 +0000
@@ -1,3 +1,14 @@
+2007-02-15  John W. Eaton  <jwe@octave.org>
+
+	* plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m:
+	Delete title, xlabel, ylabel, and zlabel properties before
+	reassigning.
+	* plot/__uiobject_axes_init__.in: New arg, mode.
+	Don't init outerposition if "mode" is "replace".
+	* plot/newplot.m: Check both figure and axes nextplot properties.
+	If axes nextplot property is replace, pass "replace" as mode arg
+	to __uiobject_axes_init__.
+
 2007-02-15  Daniel J Sebald  <daniel.sebald@ieee.org>
 
 	* image/imshow.m: Don't restore old colormap.