Mercurial > hg > octave-nkf
comparison scripts/plot/contour3.m @ 11587:c792872f8942
all script files: untabify and strip trailing whitespace
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 20 Jan 2011 17:35:29 -0500 |
parents | fd0a3ac60b0e |
children | 22c50cbad2ce |
comparison
equal
deleted
inserted
replaced
11586:12df7854fa7c | 11587:c792872f8942 |
---|---|
41 ## | 41 ## |
42 ## The style to use for the plot can be defined with a line style @var{style} | 42 ## The style to use for the plot can be defined with a line style @var{style} |
43 ## in a similar manner to the line styles used with the @code{plot} command. | 43 ## in a similar manner to the line styles used with the @code{plot} command. |
44 ## Any markers defined by @var{style} are ignored. | 44 ## Any markers defined by @var{style} are ignored. |
45 ## | 45 ## |
46 ## The optional input and output argument @var{h} allows an axis handle to | 46 ## The optional input and output argument @var{h} allows an axis handle to |
47 ## be passed to @code{contour} and the handles to the contour objects to be | 47 ## be passed to @code{contour} and the handles to the contour objects to be |
48 ## returned. | 48 ## returned. |
49 ## @seealso{contourc, patch, plot} | 49 ## @seealso{contourc, patch, plot} |
50 ## @end deftypefn | 50 ## @end deftypefn |
51 | 51 |