set key bottom center set term png set output "plot.threshold.png" plot 'roc1.txt' using 1:($3-$2) with lines lw 2 title "MOPS + SSD", \ 'roc2.txt' using 1:($3-$2) with lines lw 2 title "MOPS + ratio test"