diff scripts/plot/semilogyerr.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 f2c080bbd8a5
line wrap: on
line diff
--- a/scripts/plot/semilogyerr.m	Thu Jan 20 17:24:59 2011 -0500
+++ b/scripts/plot/semilogyerr.m	Thu Jan 20 17:35:29 2011 -0500
@@ -19,7 +19,7 @@
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} semilogyerr (@var{args})
 ## Produce two-dimensional plots using a logarithmic scale for the @var{y}
-## axis and errorbars at each data point.  Many different combinations of 
+## axis and errorbars at each data point.  Many different combinations of
 ## arguments are possible.  The most used form is
 ##
 ## @example
@@ -29,7 +29,7 @@
 ## @noindent
 ## which produces a semi-logarithmic plot of @var{y} versus @var{x}
 ## with errors in the @var{y}-scale defined by @var{ey} and the plot
-## format defined by @var{fmt}.  See @code{errorbar} for available formats and 
+## format defined by @var{fmt}.  See @code{errorbar} for available formats and
 ## additional information.
 ## @seealso{errorbar, loglogerr semilogxerr}
 ## @end deftypefn