# set terminal svg size 600,400 dynamic enhanced fname 'arial'  fsize 10 mousing name "steps_1" butt solid 
# set output 'steps.1.svg'
set title "Compare steps, fsteps and histeps" 
plot [0:12][0:13] "steps.dat" notitle with points,   "steps.dat" title 'steps' with steps,  'steps.dat' title 'fsteps' with fsteps,  'steps.dat' title 'histeps' with histeps