Mercurial > hg > octave-lyh
diff scripts/plot/loglogerr.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/loglogerr.m +++ b/scripts/plot/loglogerr.m @@ -27,9 +27,9 @@ ## @end example ## ## @noindent -## which produces a double logarithm plot of @var{y} versus @var{x} +## which produces a double logarithm 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 errorbar for available formats and +## format defined by @var{fmt}. See errorbar for available formats and ## additional information. ## @seealso{errorbar, semilogxerr, semilogyerr} ## @end deftypefn