set output 'dist3.png' set title "Distribution With 3 Clusters" set grid set ytics 0.5 set xlabel "x" set ylabel "distance" plot "dist3.dat" using 1:2 title "distribution" w l