Mercurial > hg > octave-lyh
diff scripts/plot/__plt2ss__.m @ 6046:34f96dd5441b
[project @ 2006-10-10 16:10:25 by jwe]
author | jwe |
---|---|
date | Tue, 10 Oct 2006 16:10:31 +0000 |
parents | 4c8a2e4e0717 |
children | 1a6d826e92b5 |
line wrap: on
line diff
--- a/scripts/plot/__plt2ss__.m +++ b/scripts/plot/__plt2ss__.m @@ -26,7 +26,7 @@ function [data, fmtstr] = __plt2ss__ (x, y, fmt) if (nargin < 2 || nargin > 3 || nargout != 2) - usage ("[data, fmtstr] = __plt2ss__ (x, y, fmt)"); + print_usage (); elseif (nargin == 2) fmt = ""; elseif (rows (fmt) > 1)