# HG changeset patch # User Ben Abbott # Date 1272539648 14400 # Node ID 083e4f6143fe89d4c265a9ee8e71644de9b9b917 # Parent b6364a88de06d74f44fa0e813985eb03b7076d8f __errplot__.m: Fix bug for boxxy errorbar. diff -r b6364a88de06 -r 083e4f6143fe scripts/ChangeLog --- 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 - * plot/errorbar.m: Add demoss. + * plot/private/__errplot__.m: Fix bug for boxxy errorbar. + * plot/errorbar.m: Add demos. 2010-04-27 David Bateman diff -r b6364a88de06 -r 083e4f6143fe scripts/plot/private/__errplot__.m --- 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 = "~";