# set terminal canvas rounded size 600,400 enhanced fsize 10 lw 1.6 fontscale 1 name "steps_1" jsdir "." # set output 'steps.1.js' set style data lines set title "Compare steps, fsteps and histeps" x = 0.0 ## Last datafile plotted: "steps.dat" 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