diff scripts/plot/stem3.m @ 11587:c792872f8942

all script files: untabify and strip trailing whitespace
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:35:29 -0500
parents fd0a3ac60b0e
children 22c50cbad2ce
line wrap: on
line diff
--- a/scripts/plot/stem3.m
+++ b/scripts/plot/stem3.m
@@ -27,13 +27,13 @@
 ##
 ## @example
 ## @group
-## theta = 0:0.2:6; 
-## stem3 (cos (theta), sin (theta), theta) 
+## theta = 0:0.2:6;
+## stem3 (cos (theta), sin (theta), theta)
 ## @end group
 ## @end example
 ##
 ## @noindent
-## plots 31 stems with heights from 0 to 6 lying on a circle.  Color 
+## plots 31 stems with heights from 0 to 6 lying on a circle.  Color
 ## definitions with RGB-triples are not valid!
 ## @seealso{bar, barh, stem, plot}
 ## @end deftypefn
@@ -53,5 +53,5 @@
 endfunction
 
 %!demo
-%! theta = 0:0.2:6; 
-%! stem3 (cos (theta), sin (theta), theta) 
+%! theta = 0:0.2:6;
+%! stem3 (cos (theta), sin (theta), theta)