comparison scripts/plot/gtext.m @ 11587:c792872f8942

all script files: untabify and strip trailing whitespace
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:35:29 -0500
parents fd0a3ac60b0e
children 6efa1a691713
comparison
equal deleted inserted replaced
11586:12df7854fa7c 11587:c792872f8942
42 [x, y] = ginput (1); 42 [x, y] = ginput (1);
43 text (x, y, s, varargin{:}); 43 text (x, y, s, varargin{:});
44 endif 44 endif
45 else 45 else
46 error ("gtext: expecting a string or cell array of strings"); 46 error ("gtext: expecting a string or cell array of strings");
47 endif 47 endif
48 else 48 else
49 print_usage (); 49 print_usage ();
50 endif 50 endif
51 51
52 endfunction 52 endfunction