# set terminal canvas solid butt size 600,400 fsize 10 lw 1 fontscale 1 name "steps_1" jsdir "." # set output 'steps.1.js' 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