comparison scripts/plot/errorbar.m @ 6448:2110cc251779

[project @ 2007-03-24 02:47:36 by jwe]
author jwe
date Sat, 24 Mar 2007 02:47:36 +0000
parents 44c91c5dfe1d
children 4fb053f24fd6
comparison
equal deleted inserted replaced
6447:3f79532415b5 6448:2110cc251779
100 ## 100 ##
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 ## @seealso{semilogx, semilogy, loglog, polar, mesh, contour, __pltopt__, 104 ## @seealso{semilogx, semilogy, loglog, polar, mesh, contour, __pltopt__,
105 ## bar, stairs, replot, xlabel, ylabel, title} 105 ## bar, stairs, xlabel, ylabel, title}
106 ## @end deftypefn 106 ## @end deftypefn
107 107
108 ## Created: 18.7.2000 108 ## Created: 18.7.2000
109 ## Author: Teemu Ikonen <tpikonen@pcu.helsinki.fi> 109 ## Author: Teemu Ikonen <tpikonen@pcu.helsinki.fi>
110 ## Keywords: errorbar, plotting 110 ## Keywords: errorbar, plotting