diff scripts/plot/ylim.m @ 7208:a730e47fda4d

[project @ 2007-11-28 02:32:41 by jwe]
author jwe
date Wed, 28 Nov 2007 02:32:42 +0000
parents bd56a0609c4f
children 693ac94c2854
line wrap: on
line diff
--- a/scripts/plot/ylim.m	Wed Nov 28 02:20:48 2007 +0000
+++ b/scripts/plot/ylim.m	Wed Nov 28 02:32:42 2007 +0000
@@ -38,7 +38,7 @@
 ## @end deftypefn
 
 function retval = ylim (varargin)
-  ret = __axes_limits__ ("ylim", varargin {:});
+  ret = __axes_limits__ ("ylim", varargin{:});
 
   if (! isempty (ret))
     retval = ret;