comparison scripts/plot/__errplot__.m @ 8259:dad9a322c639

Remove debugging from previous patch
author David Bateman <dbateman@free.fr>
date Wed, 22 Oct 2008 11:32:28 +0100
parents 2b408bbd8904
children bc982528de11
comparison
equal deleted inserted replaced
8258:2b408bbd8904 8259:dad9a322c639
27 27
28 if (nargin < 4 || nargin > 8) # at least two data arguments needed 28 if (nargin < 4 || nargin > 8) # at least two data arguments needed
29 print_usage (); 29 print_usage ();
30 endif 30 endif
31 31
32 fstr 32 [fmt, key] = __pltopt__ ("__errplot__", fstr);
33 [fmt, key] = __pltopt__ ("__errplot__", fstr)
34 33
35 [len, nplots] = size (a1); 34 [len, nplots] = size (a1);
36 h = []; 35 h = [];
37 36
38 for i = 1:nplots 37 for i = 1:nplots