Mercurial > hg > octave-nkf
comparison scripts/plot/pie.m @ 14359:7277fe922e99
doc: Use Octave preference for double quote in docstrings in scripts/
* interp1.m, interp2.m, interp3.m, interpn.m, profexplore.m, profile.m,
profshow.m, quadgk.m, lookfor.m, imagesc.m, bzip2.m, gzip.m, parseparams.m,
pkg.m, ancestor.m, caxis.m, ezmesh.m, ezmeshc.m, ezsurf.m, ezsurfc.m, hidden.m,
hold.m, patch.m, pie.m, pie3.m, quiver.m, quiver3.m, scatter3.m,
uicontextmenu.m, uicontrol.m, uipanel.m, uipushtool.m, uitoggletool.m,
uitoolbar.m, xlim.m, ylim.m, zlim.m, ismember.m, setxor.m, filter2.m, bicg.m,
demo.m, example.m, fail.m, test.m: Use Octave preference for double quote in
docstrings in scripts/ directory.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Mon, 13 Feb 2012 07:38:23 -0800 |
parents | 4506eade9f04 |
children | 64e7bb01fce2 |
comparison
equal
deleted
inserted
replaced
14358:adb352685ded | 14359:7277fe922e99 |
---|---|
27 ## Called with a single vector argument, produces a pie chart of the | 27 ## Called with a single vector argument, produces a pie chart of the |
28 ## elements in @var{x}, with the size of the slice determined by percentage | 28 ## elements in @var{x}, with the size of the slice determined by percentage |
29 ## size of the values of @var{x}. | 29 ## size of the values of @var{x}. |
30 ## | 30 ## |
31 ## The variable @var{explode} is a vector of the same length as @var{x} that | 31 ## The variable @var{explode} is a vector of the same length as @var{x} that |
32 ## if non zero 'explodes' the slice from the pie chart. | 32 ## if non zero "explodes" the slice from the pie chart. |
33 ## | 33 ## |
34 ## If given @var{labels} is a cell array of strings of the same length as | 34 ## If given @var{labels} is a cell array of strings of the same length as |
35 ## @var{x}, giving the labels of each of the slices of the pie chart. | 35 ## @var{x}, giving the labels of each of the slices of the pie chart. |
36 ## | 36 ## |
37 ## The optional return value @var{h} is a list of handles to the patch | 37 ## The optional return value @var{h} is a list of handles to the patch |