Mercurial > hg > octave-lyh
diff 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 |
line wrap: on
line diff
--- a/scripts/plot/contour.m +++ b/scripts/plot/contour.m @@ -42,7 +42,7 @@ ## 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 +## 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. ## @seealso{contourc, patch, plot}