Mercurial > hg > octave-lyh
diff scripts/plot/mesh.m @ 3474:9c68cfa263eb
[project @ 2000-01-25 10:17:55 by jwe]
author | jwe |
---|---|
date | Tue, 25 Jan 2000 10:17:56 +0000 |
parents | f8dde1807dee |
children | c11d138d654a |
line wrap: on
line diff
--- a/scripts/plot/mesh.m +++ b/scripts/plot/mesh.m @@ -76,8 +76,8 @@ gsplot (zz); gset noparametric; else - msg = "mesh: rows (z) must be the same as length (x) and"; - msg = sprintf ("%s\ncolumns (z) must be the same as length (y)", msg); + msg = "mesh: rows (z) must be the same as length (y) and"; + msg = sprintf ("%s\ncolumns (z) must be the same as length (x)", msg); error (msg); endif elseif (is_matrix (x) && is_matrix (y) && is_matrix (z))