Mit der Gnuplot-Option
set grid;
wird das Gitter aktiviert. Beispiel:
plot2d( [sin(x), cos(x)], [x, 0, 2*%pi], [x, -1, 7], [y, -2, 2], [gnuplot_preamble, "set grid;"] );