reset set terminal windows set title "exp01+02 nbrOfDifferentII" set xlabel "nbrOfDifferentII" 0.0, 0.0 set key right bottom set ylabel "average clouds(E)" textcolor lt 1 set y2label "average card(T)" textcolor lt 2 set y2range [0.0 : ] set xrange [2:100] set ytics set y2tics nomirror plot "Exp01.dat" using 1:2 smooth bezier ti "clouds(E) - exp01" with lines lt 5 axis x1y1,"Exp01.dat" using 1:3 smooth bezier ti "card(T) - exp01" with lines lt 6 axis x1y2, "exp02.dat" using 1:2 smooth sbezier ti "clouds(E) - exp02" lt 1 axis x1y1, "exp02.dat" using 1:3 smooth sbezier ti "card(T) - exp02" lt 2 axis x1y2