# set terminal svg size 600,400 dynamic enhanced font 'arial,10' mousing name "steps_3" butt dashlength 1.0 # set output 'steps.3.svg' set style fill solid 1.00 border 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 freq with fillsteps title "with fillsteps"