Mercurial > hg > octave-nkf
diff scripts/plot/contour.m @ 7317:11c5f1ee553e
[project @ 2007-12-14 17:42:55 by jwe]
author | jwe |
---|---|
date | Fri, 14 Dec 2007 17:43:34 +0000 |
parents | d65670971cbc |
children | 9af6f0a214ee |
line wrap: on
line diff
--- a/scripts/plot/contour.m +++ b/scripts/plot/contour.m @@ -18,11 +18,12 @@ ## <http://www.gnu.org/licenses/>. ## -*- texinfo -*- -## @deftypefn {Function File} {@var{c} =} contour (@var{z}) -## @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}) -## @deftypefnx {Function File} {@var{c} =} contour (@var{h}, @dots{}) +## @deftypefn {Function File} {} contour (@var{z}) +## @deftypefnx {Function File} {} contour (@var{z}, @var{vn}) +## @deftypefnx {Function File} {} contour (@var{x}, @var{y}, @var{z}) +## @deftypefnx {Function File} {} contour (@var{x}, @var{y}, @var{z}, @var{vn}) +## @deftypefnx {Function File} {} contour (@dots{}, @var{style}) +## @deftypefnx {Function File} {} contour (@var{h}, @dots{}) ## @deftypefnx {Function File} {[@var{c}, @var{h}] =} contour (@dots{}) ## Plot level curves (contour lines) of the matrix @var{z}, using the ## contour matrix @var{c} computed by @code{contourc} from the same @@ -38,6 +39,10 @@ ## @end group ## @end example ## +## The style to use for the plot can be defined with a line style @var{style} +## in a similar manner to the line styles used with the @code{plot} command. +## Any markers defined by @var{style} are ignored. +## ## The optional input and output argument @var{h} allows an axis handle to ## be passed to @code{contour} and the handles to the contour objects to be ## returned.