# set terminal pngcairo background "#ffffff" enhanced font "arial,10" fontscale 1.0 size 600, 400 # set output 'steps.1.png' set style data lines 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