changeset 10591:eca2af8a92bc

errorbar.m: Modify demo.
author Ben Abbott <bpabbott@mac.com>
date Thu, 29 Apr 2010 08:00:42 -0400
parents 083e4f6143fe
children f0a7a72c1fbf
files scripts/ChangeLog scripts/plot/errorbar.m
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Thu Apr 29 07:14:08 2010 -0400
+++ b/scripts/ChangeLog	Thu Apr 29 08:00:42 2010 -0400
@@ -1,5 +1,6 @@
 2010-04-29  Ben Abbott <bpabbott@mac.com>
 
+	* plot/errorbar.m: Modify demo.
 	* plot/private/__errplot__.m: Fix bug for boxxy errorbar.
 	* plot/errorbar.m: Add demos.
 
--- a/scripts/plot/errorbar.m	Thu Apr 29 07:14:08 2010 -0400
+++ b/scripts/plot/errorbar.m	Thu Apr 29 08:00:42 2010 -0400
@@ -160,4 +160,5 @@
 %! y2 = cos (x); 
 %! hg = errorbar (x, y1, err, err, err, err, "~>", ...
 %!                x, y2, err, err, err, err, "#~>");
+%! set (hg(2), "marker", "*")