#set terminal x11 set key left top set terminal postscript color enhanced set output "graph.ps" set xlabel "Number of elements (log)" set ylabel "Time in seconds (log)" set logscale x set logscale y plot 'funnelsort.dat' with lines, 'timsort.dat' with lines #pause -1 "Hit return to continue"