Mercurial > hg > octave-nkf
diff scripts/plot/contour.m @ 2325:b5568c31ee2c
[project @ 1996-07-15 22:20:21 by jwe]
author | jwe |
---|---|
date | Mon, 15 Jul 1996 22:20:21 +0000 |
parents | 949ab8eba8bc |
children | a034dcdbc282 |
line wrap: on
line diff
--- a/scripts/plot/contour.m +++ b/scripts/plot/contour.m @@ -20,7 +20,7 @@ ## usage: contour (z, n, x, y) ## ## See also: plot, semilogx, semilogy, loglog, polar, mesh, contour, -## bar, stairs, gplot, gsplot, replot, xlabel, ylabel, title +## bar, stairs, gplot, gsplot, replot, xlabel, ylabel, title ## Author: jwe @@ -76,7 +76,7 @@ endif else error ("mesh: x and y must be vectors and z must be a matrix"); - endif + endif else usage ("mesh (z, levels, x, y)"); endif