# generic commands for twographbox output size load "twographsquare.in" set data style points set xlabel "{/Times-Italic x}_{/*0.85 1}" 0 set ylabel "{/Times-Italic x}_{/*0.85 2}" 0.5 set xrange [-1.5:1.5] set yrange [-1.5:1.5] set nokey set parametric set trange [0:2*pi] set pointsize 1.0 x1 = 0.0 y1 = 0.0 r1 = 1.0 set output "kernel-machine-2D.eps" plot x1+r1*cos(t),y1+r1*sin(t) with lines 1, 'kernel-machine-2D-pos.data' using 1:2 with points pt 6, 'kernel-machine-2D-neg.data' using 1:2 with points pt 7