set terminal png set output "Exp_LinkedList_2.png" set title "Coverage of T2 in combo standard + cartesian-mode on LinkedList" set xlabel "#duplicates per combination" set ylabel "Coverage (%)" set ytics 50, 2.5 set key right bottom set datafile separator "," plot [] [50:100] "Exp_LinkedList_2.csv" using 1:3 title "Coverage of the standard-mode" with linespoints,\ "Exp_LinkedList_2.csv" using 1:4 title "Coverage of the combo" with linespoints,\ "Exp_LinkedList_2.csv" using 1:4:6 title "Std. deviation" with yerrorbars set output set terminal pop