comparison scripts/plot/errorbar.m @ 5642:2618a0750ae6

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents 4c8a2e4e0717
children 34f96dd5441b
comparison
equal deleted inserted replaced
5641:eb998631a4aa 5642:2618a0750ae6
99 ## @end example 99 ## @end example
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 ## 104 ## @seealso{semilogx, semilogy, loglog, polar, mesh, contour, __pltopt__,
105 ## bar, stairs, replot, xlabel, ylabel, title}
105 ## @end deftypefn 106 ## @end deftypefn
106 ##
107 ## @seealso{semilogx, semilogy, loglog, polar, mesh, contour, __pltopt__,
108 ## bar, stairs, replot, xlabel, ylabel, and title}
109 107
110 ## Created: 18.7.2000 108 ## Created: 18.7.2000
111 ## Author: Teemu Ikonen <tpikonen@pcu.helsinki.fi> 109 ## Author: Teemu Ikonen <tpikonen@pcu.helsinki.fi>
112 ## Keywords: errorbar, plotting 110 ## Keywords: errorbar, plotting
113 111