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