set title "Iozone performance: randwrite" #set terminal png small picsize 450 350 set terminal png small size 450 350 set logscale x set xlabel "File size in KBytes" set ylabel "Kbytes/sec" set output "2d-randwrite.png" plot "2d-iozone-output-2.dat" using 1:8 title "iozone-output-2.dat" with lines