Mercurial > hg > octave-lyh
comparison scripts/plot/semilogxerr.m @ 6895:76e3d985ae56
[project @ 2007-09-13 18:22:38 by jwe]
author | jwe |
---|---|
date | Thu, 13 Sep 2007 18:22:51 +0000 |
parents | 2110cc251779 |
children | 93c65f2a5668 |
comparison
equal
deleted
inserted
replaced
6894:0a71f51ae624 | 6895:76e3d985ae56 |
---|---|
17 ## Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | 17 ## Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA |
18 ## 02110-1301, USA. | 18 ## 02110-1301, USA. |
19 | 19 |
20 ## -*- texinfo -*- | 20 ## -*- texinfo -*- |
21 ## @deftypefn {Function File} {} semilogxerr (@var{args}) | 21 ## @deftypefn {Function File} {} semilogxerr (@var{args}) |
22 ## This function produces two-dimensional plots on a semilogarithm axis | 22 ## Produce two-dimensional plots on a semilogarithm axis with errorbars. |
23 ## with errorbars. Many different combinations of arguments are possible. | 23 ## Many different combinations of arguments are possible. The most used |
24 ## The most used form is | 24 ## form is |
25 ## | 25 ## |
26 ## @example | 26 ## @example |
27 ## semilogxerr (@var{x}, @var{y}, @var{ey}, @var{fmt}) | 27 ## semilogxerr (@var{x}, @var{y}, @var{ey}, @var{fmt}) |
28 ## @end example | 28 ## @end example |
29 ## | 29 ## |
30 ## @noindent | 30 ## @noindent |
31 ## which produces a semi-logarithm plot of @var{y} versus @var{x} | 31 ## which produces a semi-logarithm plot of @var{y} versus @var{x} |
32 ## with errors in the @var{y}-scale defined by @var{ey} and the plot | 32 ## with errors in the @var{y}-scale defined by @var{ey} and the plot |
33 ## format defined by @var{fmt}. See errorbar for available formats and | 33 ## format defined by @var{fmt}. See errorbar for available formats and |
34 ## additional information. | 34 ## additional information. |
35 ## @seealso{errorbar, loglogerr semilogyerr, polar, mesh, contour, __pltopt__, | 35 ## @seealso{errorbar, loglogerr semilogyerr} |
36 ## bar, stairs, xlabel, ylabel, title} | |
37 ## @end deftypefn | 36 ## @end deftypefn |
38 | 37 |
39 ## Created: 20.2.2001 | 38 ## Created: 20.2.2001 |
40 ## Author: Teemu Ikonen <tpikonen@pcu.helsinki.fi> | 39 ## Author: Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
41 ## Keywords: errorbar, plotting | 40 ## Keywords: errorbar, plotting |