# # Example of using histogram modes # set title "Scale Experiments" set datafile missing "-" set xtics nomirror rotate by -45 set key noenhanced set terminal pdf set output 'scale.pdf' # # First plot using linespoints set style data linespoints plot 'scale.dat' using 2:xtic(1) title columnheader(2), \ for [i=2:6] '' using i title columnheader(i) #