changeset 10590:083e4f6143fe

__errplot__.m: Fix bug for boxxy errorbar.
author Ben Abbott <bpabbott@mac.com>
date Thu, 29 Apr 2010 07:14:08 -0400
parents b6364a88de06
children eca2af8a92bc
files scripts/ChangeLog scripts/plot/private/__errplot__.m
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Thu Apr 29 07:11:46 2010 -0400
+++ b/scripts/ChangeLog	Thu Apr 29 07:14:08 2010 -0400
@@ -1,6 +1,7 @@
 2010-04-29  Ben Abbott <bpabbott@mac.com>
 
-	* plot/errorbar.m: Add demoss.
+	* plot/private/__errplot__.m: Fix bug for boxxy errorbar.
+	* plot/errorbar.m: Add demos.
 
 2010-04-27  David Bateman  <dbateman@free.fr>
 
--- a/scripts/plot/private/__errplot__.m	Thu Apr 29 07:11:46 2010 -0400
+++ b/scripts/plot/private/__errplot__.m	Thu Apr 29 07:14:08 2010 -0400
@@ -50,7 +50,7 @@
       ifmt = "box";
     elseif (strcmp (fmt.errorstyle, "#~"))
       ifmt = "boxy";
-    elseif (strcmp (fmt.linestyle, "#~>"))
+    elseif (strcmp (fmt.errorstyle, "#~>"))
       ifmt = "boxxy";
     else
       ifmt = "~";