diff scripts/plot/draw/pie3.m @ 19630:0e1f5a750d00

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:24:46 -0500
parents 9ac2357f19bc 446c46af4b42
children 4197fc428c7d
line wrap: on
line diff
--- a/scripts/plot/draw/pie3.m	Tue Jan 20 09:55:41 2015 -0500
+++ b/scripts/plot/draw/pie3.m	Tue Jan 20 10:24:46 2015 -0500
@@ -28,7 +28,7 @@
 ## Called with a single vector argument, produces a 3-D pie chart of the
 ## elements in @var{x}.  The size of the ith slice is the percentage that the
 ## element @var{x}i represents of the total sum of @var{x}:
-## @code{pct = @var{x}(i) / sum (@var{x})}. 
+## @code{pct = @var{x}(i) / sum (@var{x})}.
 ##
 ## The optional input @var{explode} is a vector of the same length as @var{x}
 ## that, if nonzero, "explodes" the slice from the pie chart.