diff scripts/plot/axis.m @ 8610:85c9906abfd1

use endif and endfor instead of end
author John W. Eaton <jwe@octave.org>
date Tue, 27 Jan 2009 23:17:37 -0500
parents cadc73247d65
children 5dd06f19e9be
line wrap: on
line diff
--- a/scripts/plot/axis.m	Tue Jan 27 23:02:08 2009 -0500
+++ b/scripts/plot/axis.m	Tue Jan 27 23:17:37 2009 -0500
@@ -289,8 +289,8 @@
       lims(2) = min (cellfun (@max, data)(:));
     else
       lims = [min(data(:)), max(data(:))];
-    end
-  end
+    endif
+  endif
 
 
 endfunction