set terminal postscript color set xlabel "Constraint weight" set ylabel "Distance difference" set size 0.5,0.5 #set xrange[0.001:1.05] #set yrange[0:70] plot "weightdist.dat" using 4:6 with points ps 0.5 title "" #pause -1