# plot parameter for sp810.f set xlabel 'Time difference(sec)' set ylabel 'probability' set xrange[*:*] set yrange[*:*] set logscale y set grid plot 'sp810.dat' using 1:2 with histeps, \ 'sp810.dat' using 1:3 with lines