# generic commands for twographbox output size load "twographbox.in" set data style points set xlabel set ylabel set xrange [0:1] set yrange [0.3:1] set nokey set parametric set trange [0:2*pi] set pointsize 0.75 x1 = 0.75 y1 = 0.75 r1 = 0.03301997 x2 = 0.5 y2 = 0.7 r2 = 0.16478094 set output "knn-circles.eps" plot x1+r1*cos(t),y1+r1*sin(t) with lines 1, x2+r2*cos(t),y2+r2*sin(t) with lines 1, 'mixture-sample2.data' using 1:2 lw 2, x1,y1 with points pt 4, x2,y2 with points pt 4