reset set terminal windows set title "exp02 Iterating over nbrOfDifferentII - distributionII = {0.8,0.9,0.95,1.0}" set xlabel "nbrOfDifferentII" 0.0, 0.0 set key right bottom set ylabel "average clouds(E)" textcolor lt 1 set y2label "average card(T) of a cluster" textcolor lt 2 set y2range [0.0 : ] set xrange [2:100] set ytics set y2tics nomirror plot "Exp01.dat" using 1:2 smooth bezier with lines lt 5 axis x1y1 notitle,"Exp01.dat" using 1:3 smooth bezier with lines lt 6 axis x1y2 notitle, "exp02.dat" using 1:2 smooth sbezier ti "clouds(E)" lt 1 axis x1y1, "exp02.dat" using 1:3 smooth sbezier ti "card(T)" lt 2 axis x1y2, "exp02.dat" using 1:2 notitle lt 3 axis x1y1, "exp02.dat" using 1:3 notitle lt 4 axis x1y2