set xrange [0:64] set xtics 0,8,64 set xlabel "concurrent threads" set yrange [0:800] set ylabel "elapsed seconds" set terminal gif size 400,300 set output "malloc2.gif" plot "malloc2.dat" notitle with lines, "malloc2.dat" notitle with errorbars