Mercurial > hg > octave-lyh
comparison scripts/plot/contour.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 | da71f676e449 |
comparison
equal
deleted
inserted
replaced
11586:12df7854fa7c | 11587:c792872f8942 |
---|---|
40 ## | 40 ## |
41 ## The style to use for the plot can be defined with a line style @var{style} | 41 ## The style to use for the plot can be defined with a line style @var{style} |
42 ## in a similar manner to the line styles used with the @code{plot} command. | 42 ## in a similar manner to the line styles used with the @code{plot} command. |
43 ## Any markers defined by @var{style} are ignored. | 43 ## Any markers defined by @var{style} are ignored. |
44 ## | 44 ## |
45 ## The optional input and output argument @var{h} allows an axis handle to | 45 ## The optional input and output argument @var{h} allows an axis handle to |
46 ## be passed to @code{contour} and the handles to the contour objects to be | 46 ## be passed to @code{contour} and the handles to the contour objects to be |
47 ## returned. | 47 ## returned. |
48 ## @seealso{contourc, patch, plot} | 48 ## @seealso{contourc, patch, plot} |
49 ## @end deftypefn | 49 ## @end deftypefn |
50 | 50 |