Mercurial > hg > octave-nkf
diff scripts/plot/xlabel.m @ 6257:44c91c5dfe1d
[project @ 2007-01-30 19:16:52 by jwe]
author | jwe |
---|---|
date | Tue, 30 Jan 2007 19:16:55 +0000 |
parents | ace8d8d26933 |
children | b2096bb759b1 |
line wrap: on
line diff
--- a/scripts/plot/xlabel.m +++ b/scripts/plot/xlabel.m @@ -32,10 +32,6 @@ function h = xlabel (varargin) - ## FIXME -- eventually, we will return a graphics handle. For - ## now, return something, so that calls that expect a handle won't - ## fail (at least immediately). - if (nargout > 0) h = __axis_label__ ("xlabel", varargin{:}); else