comparison scripts/plot/errorbar.m @ 5053:c08cb1098afc

[project @ 2004-10-19 23:10:54 by jwe]
author jwe
date Tue, 19 Oct 2004 23:10:55 +0000
parents 8fd9495f5054
children eecc24b92d97
comparison
equal deleted inserted replaced
5052:c6ef19da4b24 5053:c08cb1098afc
101 ## xyerrorbar plot of @var{y} versus @var{x} where @var{x} errorbars 101 ## xyerrorbar plot of @var{y} versus @var{x} where @var{x} errorbars
102 ## are drawn from @var{x}-@var{lx} to @var{x}+@var{ux} and @var{y} errorbars 102 ## are drawn from @var{x}-@var{lx} to @var{x}+@var{ux} and @var{y} errorbars
103 ## from @var{y}-@var{ly} to @var{y}+@var{uy}. 103 ## from @var{y}-@var{ly} to @var{y}+@var{uy}.
104 ## 104 ##
105 ## @end deftypefn 105 ## @end deftypefn
106 ##
106 ## @seealso{semilogx, semilogy, loglog, polar, mesh, contour, __pltopt__, 107 ## @seealso{semilogx, semilogy, loglog, polar, mesh, contour, __pltopt__,
107 ## bar, stairs, gplot, gsplot, replot, xlabel, ylabel, and title} 108 ## bar, stairs, gplot, gsplot, replot, xlabel, ylabel, and title}
108 109
109 ## Created: 18.7.2000 110 ## Created: 18.7.2000
110 ## Author: Teemu Ikonen <tpikonen@pcu.helsinki.fi> 111 ## Author: Teemu Ikonen <tpikonen@pcu.helsinki.fi>