set terminal png set xlabel "progress" set ylabel "energy" set title "ISAMP" set key top right set key box set xrange[1:] plot "data/isamp.dat" using 1:2 title 'median' with lines, "data/isamp.dat" using 1:3 title 'spread' with points