set terminal png set key right bottom set ylabel "tps" set xlabel "minutes" set xtics 2 set ytics 500 set title "faster database warmup" plot [0:20][0:5000] \ "fast_warmup.data" using ($2/60.0):($4) \ title "performance"