Mercurial > hg > octave-lyh
comparison scripts/plot/clabel.m @ 14335:ce2b59a6d0e5
maint: periodic merge of stable to default.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sun, 05 Feb 2012 15:32:24 -0800 |
parents | c4fa5e0b6193 4d917a6a858b |
children | 5d3a684236b0 |
comparison
equal
deleted
inserted
replaced
14333:6dd710b73150 | 14335:ce2b59a6d0e5 |
---|---|
46 ## | 46 ## |
47 ## An example of the use of @code{clabel} is | 47 ## An example of the use of @code{clabel} is |
48 ## | 48 ## |
49 ## @example | 49 ## @example |
50 ## @group | 50 ## @group |
51 ## [c, h] = contour (peaks(), -4 : 6); | 51 ## [c, h] = contour (peaks (), -4 : 6); |
52 ## clabel (c, h, -4 : 2 : 6, 'fontsize', 12); | 52 ## clabel (c, h, -4:2:6, "fontsize", 12); |
53 ## @end group | 53 ## @end group |
54 ## @end example | 54 ## @end example |
55 ## | 55 ## |
56 ## @seealso{contour, contourf, contour3, meshc, surfc, text} | 56 ## @seealso{contour, contourf, contour3, meshc, surfc, text} |
57 ## @end deftypefn | 57 ## @end deftypefn |