comparison scripts/plot/pie3.m @ 12377:e23ceb3fb1b6 release-3-4-x

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
12376:3e34ad1d31df 12377:e23ceb3fb1b6
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 ##