Mercurial > hg > octave-lyh
comparison scripts/plot/errorbar.m @ 6701:3933e0693fe0
[project @ 2007-06-12 21:25:51 by jwe]
author | jwe |
---|---|
date | Tue, 12 Jun 2007 21:25:51 +0000 |
parents | 4fb053f24fd6 |
children | 76e3d985ae56 |
comparison
equal
deleted
inserted
replaced
6700:b55d109ffe7e | 6701:3933e0693fe0 |
---|---|
33 ## of the elements, starting with 1. | 33 ## of the elements, starting with 1. |
34 ## | 34 ## |
35 ## If more than two arguments are given, they are interpreted as | 35 ## If more than two arguments are given, they are interpreted as |
36 ## | 36 ## |
37 ## @example | 37 ## @example |
38 ## errorbar (@var{x}, @var{y}, ..., @var{fmt}, ...) | 38 ## errorbar (@var{x}, @var{y}, @dots{}, @var{fmt}, @dots{}) |
39 ## @end example | 39 ## @end example |
40 ## | 40 ## |
41 ## @noindent | 41 ## @noindent |
42 ## where after @var{x} and @var{y} there can be up to four error | 42 ## where after @var{x} and @var{y} there can be up to four error |
43 ## parameters such as @var{ey}, @var{ex}, @var{ly}, @var{uy} etc., | 43 ## parameters such as @var{ey}, @var{ex}, @var{ly}, @var{uy} etc., |