Have a look at "help grid", you probably want to do something like
set yrange [0:100]
set xrange [0:10]
set grid ytics mytics # draw lines for each ytics and mytics
set mytics 2 # set the spacing for the mytics
set grid # enable the grid
plot sin(x)*100