comparison scripts/plot/private/__errplot__.m @ 11106:36c18286a61b

__errplot__.m: remove stray debugging statement
author John W. Eaton <jwe@octave.org>
date Mon, 18 Oct 2010 02:41:21 -0400
parents 65b240770880
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
11105:a6ab46b5926f 11106:36c18286a61b
31 if (nargin < 4 || nargin > 8) # at least two data arguments needed 31 if (nargin < 4 || nargin > 8) # at least two data arguments needed
32 print_usage (); 32 print_usage ();
33 endif 33 endif
34 34
35 [fmt, key] = __pltopt__ ("__errplot__", fstr); 35 [fmt, key] = __pltopt__ ("__errplot__", fstr);
36
37 fmt
38 36
39 [len, nplots] = size (varargin{1}); 37 [len, nplots] = size (varargin{1});
40 h = []; 38 h = [];
41 39
42 for i = 1:nplots 40 for i = 1:nplots