set terminal png set output "insert_data.png" set xlabel "Insert count" set ylabel "Time (usec)" set yrange [0:200] set pointsize 0.3 plot "insert_time.data" notitle with points, \ "insert_time.data" smooth bezier title "average" with lines replot