add a grid on a 2D plot
xgrid([style])
:style integer :
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)
Enter search terms or a module, class or function name.