set xrange [0:6] set xlabel "concurrent threads" set yrange [0:80] set ylabel "elapsed seconds" set terminal gif size 400,300 set output "malloc1.gif" plot "malloc1.dat" notitle with lines, "malloc1.dat" notitle with errorbars