| Scilab Reference Manual | 
|---|
xgrid — add a grid on a 2D plot
xgrid([style])
xgrid adds a grid on a 2D plot. style is the dash id or the color id to use for the grid plotting. Use xset() for the meaning of id.
x=[0:0.1:2*%pi]'; plot2d(sin(x)) xgrid(2)
J.Ph.C.
| << xgraduate | xinfo >> |