Mercurial > hg > octave-nkf
diff scripts/plot/contour.m @ 6895:76e3d985ae56
[project @ 2007-09-13 18:22:38 by jwe]
author | jwe |
---|---|
date | Thu, 13 Sep 2007 18:22:51 +0000 |
parents | b3d286e8a243 |
children | 93c65f2a5668 |
line wrap: on
line diff
--- a/scripts/plot/contour.m +++ b/scripts/plot/contour.m @@ -22,11 +22,10 @@ ## @deftypefnx {Function File} {@var{c} =} contour (@var{z}, @var{vn}) ## @deftypefnx {Function File} {@var{c} =} contour (@var{x}, @var{y}, @var{z}) ## @deftypefnx {Function File} {@var{c} =} contour (@var{x}, @var{y}, @var{z}, @var{vn}) -## ## Plot level curves (contour lines) of the matrix @var{z}, using the ## contour matrix @var{c} computed by @code{contourc} from the same -## arguments; see the latter for their interpretation. @var{c} is only -## returned if requested. For example: +## arguments; see the latter for their interpretation. The set of +## contour levels, @var{c}, is only returned if requested. For example: ## ## @example ## @group