diff scripts/plot/__errplot__.m @ 6203:512d72ee321f

[project @ 2006-12-06 18:00:13 by jwe]
author jwe
date Wed, 06 Dec 2006 18:00:13 +0000
parents 2de853a110df
children 44c91c5dfe1d
line wrap: on
line diff
--- a/scripts/plot/__errplot__.m
+++ b/scripts/plot/__errplot__.m
@@ -54,7 +54,7 @@
   [len, nplots] = size (a1);
 
   for i = 1:nplots
-    ifmt = fmt{1+mod(i-1,numel(fmt))}
+    ifmt = fmt{1+mod(i-1,numel(fmt))};
     switch (nargin - 1)
       case 2
 	tmp = [(1:len)', a1(:,i), a2(:,i)];