# set terminal svg size 600,400 dynamic enhanced font 'arial,10' mousing name "steps_2" butt dashlength 1.0 # set output 'steps.2.svg' set style data lines set title "Histogram built from unsorted data by 'smooth frequency'" set xlabel "bins" set ylabel "counts per bin" NO_ANIMATION = 1 ## Last datafile plotted: "hemisphr.dat" plot 'hemisphr.dat' u (floor($1*20)):(1) smooth frequency with histeps title "with histeps"