Mercurial > hg > octave-lyh
diff scripts/plot/__plt_get_axis_arg__.m @ 10549:95c3e38098bf
Untabify .m scripts
author | Rik <code@nomad.inbox5.com> |
---|---|
date | Fri, 23 Apr 2010 11:28:50 -0700 |
parents | 62ebba45054e |
children | 6b50fd2d4ca6 |
line wrap: on
line diff
--- a/scripts/plot/__plt_get_axis_arg__.m +++ b/scripts/plot/__plt_get_axis_arg__.m @@ -44,7 +44,7 @@ h = ancestor (tmp, "axes"); varargin(1) = []; if (isempty (varargin)) - varargin = {}; + varargin = {}; endif else error ("%s: expecting first argument to be axes handle", caller); @@ -58,9 +58,9 @@ endif if (isempty (h)) if (nogca) - h = NaN; + h = NaN; else - h = gca (); + h = gca (); endif endif if (nargin < 2)