Mercurial > hg > octave-nkf
diff scripts/plot/__axes_limits__.m @ 7216:5389a52df87b
[project @ 2007-11-29 19:07:29 by jwe]
author | jwe |
---|---|
date | Thu, 29 Nov 2007 19:07:29 +0000 |
parents | dd88d61d443f |
children | 73d6b71788c0 |
line wrap: on
line diff
--- a/scripts/plot/__axes_limits__.m +++ b/scripts/plot/__axes_limits__.m @@ -19,8 +19,10 @@ ## Undocumented internal function. function retval = __axes_limits__ (fcn, varargin) + retval = []; - fcnmode = sprintf("%smode", fcn); + + fcnmode = sprintf ("%smode", fcn); [h, varargin, nargin] = __plt_get_axis_arg__ (fcn, varargin{:}); @@ -45,4 +47,5 @@ endif endif endif + endfunction