Mercurial > hg > octave-nkf
comparison scripts/plot/contour3.m @ 9040:dbd0c77e575e
Cleanup documentation file plot.texi
Spellcheck
Stylecheck (Mostly double spaces after periods)
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Sun, 22 Mar 2009 14:40:24 -0700 |
parents | eb63fbe60fab |
children | be55736a0783 |
comparison
equal
deleted
inserted
replaced
9039:51dc9691f23f | 9040:dbd0c77e575e |
---|---|
25 ## @deftypefnx {Function File} {} contour3 (@var{h}, @dots{}) | 25 ## @deftypefnx {Function File} {} contour3 (@var{h}, @dots{}) |
26 ## @deftypefnx {Function File} {[@var{c}, @var{h}] =} contour3 (@dots{}) | 26 ## @deftypefnx {Function File} {[@var{c}, @var{h}] =} contour3 (@dots{}) |
27 ## Plot level curves (contour lines) of the matrix @var{z}, using the | 27 ## Plot level curves (contour lines) of the matrix @var{z}, using the |
28 ## contour matrix @var{c} computed by @code{contourc} from the same | 28 ## contour matrix @var{c} computed by @code{contourc} from the same |
29 ## arguments; see the latter for their interpretation. The contours are | 29 ## arguments; see the latter for their interpretation. The contours are |
30 ## ploted at the Z level corresponding to their contour. The set of | 30 ## plotted at the Z level corresponding to their contour. The set of |
31 ## contour levels, @var{c}, is only returned if requested. For example: | 31 ## contour levels, @var{c}, is only returned if requested. For example: |
32 ## | 32 ## |
33 ## @example | 33 ## @example |
34 ## @group | 34 ## @group |
35 ## contour3 (peaks (19)); | 35 ## contour3 (peaks (19)); |