diff scripts/ChangeLog @ 9729:3b7e644bb46d

Treat markerfacecolor and markeredgecolor properties for lines and surfaces
author David Bateman <dbateman@free.fr>
date Thu, 15 Oct 2009 21:43:34 +0200
parents b7b89061bd0e
children fb3543975ed9
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,9 @@
+2009-10-15  David Bateman  <dbateman@free.fr>
+
+	* plot/__go_draw_axes__.m: Allow line and surface markerfacecolor
+	and markeredgecolor properties to be used and set the marker colors 
+	appropriately.
+
 2009-10-14  Jaroslav Hajek  <highegg@gmail.com>
 
 	* statistics/base/median.m: Rewrite using nth_element.