Mercurial > hg > octave-nkf
comparison scripts/plot/pie3.m @ 12344:68ac95d2460c
Periodic grammarcheck of documentation.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sat, 05 Feb 2011 12:58:34 -0800 |
parents | c792872f8942 |
children | 5f0bb45e615c |
comparison
equal
deleted
inserted
replaced
12343:38384a0f75c0 | 12344:68ac95d2460c |
---|---|
21 ## @deftypefn {Function File} {} pie3 (@var{x}) | 21 ## @deftypefn {Function File} {} pie3 (@var{x}) |
22 ## @deftypefnx {Function File} {} pie3 (@var{x}, @var{explode}) | 22 ## @deftypefnx {Function File} {} pie3 (@var{x}, @var{explode}) |
23 ## @deftypefnx {Function File} {} pie3 (@dots{}, @var{labels}) | 23 ## @deftypefnx {Function File} {} pie3 (@dots{}, @var{labels}) |
24 ## @deftypefnx {Function File} {} pie3 (@var{h}, @dots{}); | 24 ## @deftypefnx {Function File} {} pie3 (@var{h}, @dots{}); |
25 ## @deftypefnx {Function File} {@var{h} =} pie3 (@dots{}); | 25 ## @deftypefnx {Function File} {@var{h} =} pie3 (@dots{}); |
26 ## Draw a a 3-D pie chart. | 26 ## Draw a 3-D pie chart. |
27 ## | 27 ## |
28 ## Called with a single vector argument, produces a 3-D pie chart of the | 28 ## Called with a single vector argument, produces a 3-D pie chart of the |
29 ## elements in @var{x}, with the size of the slice determined by percentage | 29 ## elements in @var{x}, with the size of the slice determined by percentage |
30 ## size of the values of @var{x}. | 30 ## size of the values of @var{x}. |
31 ## | 31 ## |