Mercurial > hg > octave-nkf
comparison 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 |
comparison
equal
deleted
inserted
replaced
11586:12df7854fa7c | 11587:c792872f8942 |
---|---|
17 ## <http://www.gnu.org/licenses/>. | 17 ## <http://www.gnu.org/licenses/>. |
18 | 18 |
19 ## -*- texinfo -*- | 19 ## -*- texinfo -*- |
20 ## @deftypefn {Function File} {} semilogyerr (@var{args}) | 20 ## @deftypefn {Function File} {} semilogyerr (@var{args}) |
21 ## Produce two-dimensional plots using a logarithmic scale for the @var{y} | 21 ## Produce two-dimensional plots using a logarithmic scale for the @var{y} |
22 ## axis and errorbars at each data point. Many different combinations of | 22 ## axis and errorbars at each data point. Many different combinations of |
23 ## arguments are possible. The most used form is | 23 ## arguments are possible. The most used form is |
24 ## | 24 ## |
25 ## @example | 25 ## @example |
26 ## semilogyerr (@var{x}, @var{y}, @var{ey}, @var{fmt}) | 26 ## semilogyerr (@var{x}, @var{y}, @var{ey}, @var{fmt}) |
27 ## @end example | 27 ## @end example |
28 ## | 28 ## |
29 ## @noindent | 29 ## @noindent |
30 ## which produces a semi-logarithmic plot of @var{y} versus @var{x} | 30 ## which produces a semi-logarithmic 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 @code{errorbar} for available formats and | 32 ## format defined by @var{fmt}. See @code{errorbar} for available formats and |
33 ## additional information. | 33 ## additional information. |
34 ## @seealso{errorbar, loglogerr semilogxerr} | 34 ## @seealso{errorbar, loglogerr semilogxerr} |
35 ## @end deftypefn | 35 ## @end deftypefn |
36 | 36 |
37 ## Created: 20.2.2001 | 37 ## Created: 20.2.2001 |