diff scripts/plot/feather.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 5f0bb45e615c
line wrap: on
line diff
--- a/scripts/plot/feather.m	Thu Jan 20 17:24:59 2011 -0500
+++ b/scripts/plot/feather.m	Thu Jan 20 17:35:29 2011 -0500
@@ -31,7 +31,7 @@
 ## The style to use for the plot can be defined with a line style @var{style}
 ## in a similar manner to the line styles used with the @code{plot} command.
 ##
-## The optional return value @var{h} provides a list of handles to the 
+## The optional return value @var{h} provides a list of handles to the
 ## the parts of the vector field (body, arrow and marker).
 ##
 ## @example
@@ -81,8 +81,8 @@
     endif
   endwhile
 
-  ## Matlab draws feather plots, with the arrow head as one continous 
-  ## line, and each arrow separately. This is completely different than 
+  ## Matlab draws feather plots, with the arrow head as one continous
+  ## line, and each arrow separately. This is completely different than
   ## quiver and quite ugly.
   n = length (u);
   xend = [1 : n] + u;