Mercurial > hg > octave-lyh
comparison scripts/plot/loglogerr.m @ 9040:dbd0c77e575e
Cleanup documentation file plot.texi
Spellcheck
Stylecheck (Mostly double spaces after periods)
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Sun, 22 Mar 2009 14:40:24 -0700 |
parents | 5389a52df87b |
children | 16f53d29049f |
comparison
equal
deleted
inserted
replaced
9039:51dc9691f23f | 9040:dbd0c77e575e |
---|---|
27 ## @end example | 27 ## @end example |
28 ## | 28 ## |
29 ## @noindent | 29 ## @noindent |
30 ## which produces a double logarithm plot of @var{y} versus @var{x} | 30 ## which produces a double logarithm plot of @var{y} versus @var{x} |
31 ## with errors in the @var{y}-scale defined by @var{ey} and the plot | 31 ## with errors in the @var{y}-scale defined by @var{ey} and the plot |
32 ## format defined by @var{fmt}. See errorbar for available formats and | 32 ## format defined by @var{fmt}. See errorbar for available formats and |
33 ## additional information. | 33 ## additional information. |
34 ## @seealso{errorbar, semilogxerr, semilogyerr} | 34 ## @seealso{errorbar, semilogxerr, semilogyerr} |
35 ## @end deftypefn | 35 ## @end deftypefn |
36 | 36 |
37 ## Created: 20.2.2001 | 37 ## Created: 20.2.2001 |