comparison scripts/plot/pie.m @ 11885:3342d1a7c4c9 release-3-0-x

spelling corrections Here is a patch with some spelling corrections to the manual. changeset: 8308:aeaf884ea9af user: Brian Gough <bjg@gnu.org> date: Fri Nov 07 09:26:17 2008 -0500 summary: [docs] assoicated => associated
author Brian Gough<bjg@network-theory.co.uk>
date Thu, 20 Nov 2008 08:39:44 +0100
parents 7fd7abd37113
children ff89a265592b
comparison
equal deleted inserted replaced
11884:cee2f0ae1dba 11885:3342d1a7c4c9
22 ## @deftypefnx {Function File} {} pie (@dots{}, @var{labels}) 22 ## @deftypefnx {Function File} {} pie (@dots{}, @var{labels})
23 ## @deftypefnx {Function File} {} pie (@var{h}, @dots{}); 23 ## @deftypefnx {Function File} {} pie (@var{h}, @dots{});
24 ## @deftypefnx {Function File} {@var{h} =} pie (@dots{}); 24 ## @deftypefnx {Function File} {@var{h} =} pie (@dots{});
25 ## Produce a pie chart. 25 ## Produce a pie chart.
26 ## 26 ##
27 ## Called with a single vector arrgument, 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.