Mercurial > hg > octave-nkf
diff scripts/plot/contour.m @ 5775:ace8d8d26933
[project @ 2006-04-24 19:13:06 by jwe]
author | jwe |
---|---|
date | Mon, 24 Apr 2006 19:13:11 +0000 |
parents | 2618a0750ae6 |
children | 01556febbaaf |
line wrap: on
line diff
--- a/scripts/plot/contour.m +++ b/scripts/plot/contour.m @@ -30,7 +30,7 @@ function contour (x, y, z, n) - ## XXX FIXME XXX -- these plot states should really just be set + ## FIXME -- these plot states should really just be set ## temporarily, probably inside an unwind_protect block, but there is ## no way to determine their current values.