comparison scripts/plot/clabel.m @ 12575:d0b799dafede

Grammarcheck files for 3.4.1 release.
author Rik <octave@nomad.inbox5.com>
date Mon, 04 Apr 2011 15:33:46 -0700
parents b0084095098e
children 5f0bb45e615c
comparison
equal deleted inserted replaced
12574:89604fa96d2f 12575:d0b799dafede
22 ## @deftypefnx {Function File} {} clabel (@var{c}, @var{h}, "manual") 22 ## @deftypefnx {Function File} {} clabel (@var{c}, @var{h}, "manual")
23 ## @deftypefnx {Function File} {} clabel (@var{c}) 23 ## @deftypefnx {Function File} {} clabel (@var{c})
24 ## @deftypefnx {Function File} {} clabel (@var{c}, @var{h}) 24 ## @deftypefnx {Function File} {} clabel (@var{c}, @var{h})
25 ## @deftypefnx {Function File} {} clabel (@dots{}, @var{prop}, @var{val}, @dots{}) 25 ## @deftypefnx {Function File} {} clabel (@dots{}, @var{prop}, @var{val}, @dots{})
26 ## @deftypefnx {Function File} {@var{h} =} clabel (@dots{}) 26 ## @deftypefnx {Function File} {@var{h} =} clabel (@dots{})
27 ## Adds labels to the contours of a contour plot. The contour plot is specified 27 ## Add labels to the contours of a contour plot. The contour plot is specified
28 ## by the contour matrix @var{c} and optionally the contourgroup object @var{h} 28 ## by the contour matrix @var{c} and optionally the contourgroup object @var{h}
29 ## that are returned by @code{contour}, @code{contourf} and @code{contour3}. 29 ## that are returned by @code{contour}, @code{contourf} and @code{contour3}.
30 ## The contour labels are rotated and placed in the contour itself. 30 ## The contour labels are rotated and placed in the contour itself.
31 ## 31 ##
32 ## By default, all contours are labeled. However, the contours to label can be 32 ## By default, all contours are labeled. However, the contours to label can be