next up previous
Next: Nichols chart Up: 2D and 3D plotting Previous: grayplot of a surface

errbar

x=0:0.1:2*%pi;
y=[sin(x);cos(x)]';x=[x;x]'
plot2d(x,y);
errbar(x,y,0.05*ones(x),0.03*ones(x));
xtitle('errbar ',' ',' ');
\fbox{\epsfig{file=foo0_19.eps,width=3.75in}}

Scilab group