Mercurial > hg > octave-lyh
diff scripts/plot/__plt2mv__.m @ 904:3470f1e25a79
[project @ 1994-11-09 21:22:15 by jwe]
author | jwe |
---|---|
date | Wed, 09 Nov 1994 21:22:15 +0000 |
parents | 16a24e76d6e0 |
children | be867ddbe4aa |
line wrap: on
line diff
--- a/scripts/plot/__plt2mv__.m +++ b/scripts/plot/__plt2mv__.m @@ -1,4 +1,4 @@ -# Copyright (C) 1993 John W. Eaton +# Copyright (C) 1993, 1994 John W. Eaton # # This file is part of Octave. # @@ -19,7 +19,7 @@ function plot_2_m_v (x, y) if (nargin != 2) - error ("usage: plot_2_m_v (x, y)"); + usage ("plot_2_m_v (x, y)"); endif [x_nr, x_nc] = size (x);