# generic commands for twographbox output size load "threegraphbox.in" set data style lines set xlabel set ylabel set xrange [0:1] set yrange [0:1] set nokey set parametric set trange [0:2*pi] m1x = 0.2 m1y = 0.75 s1x = 0.1 s1y = 0.1 m2x = 0.5 m2y = 0.5 s2x = 0.1 s2y = 0.05 m3x = 0.75 m3y = 0.75 s3x = 0.07 s3y = 0.07 a = sqrt(-2*log(5.2*exp(-2))) b = sqrt(-2*log(3.7*exp(-2))) c = sqrt(-2*log(2.2*exp(-2))) d = sqrt(-2*log(0.7*exp(-2))) set output "mixture-model0.eps" plot a*s1x*cos(t)+m1x,a*s1y*sin(t)+m1y with lines 1, b*s1x*cos(t)+m1x,b*s1y*sin(t)+m1y with lines 2, c*s1x*cos(t)+m1x,c*s1y*sin(t)+m1y with lines 3, d*s1x*cos(t)+m1x,d*s1y*sin(t)+m1y with lines 4, a*s2x*cos(t)+m2x,a*s2y*sin(t)+m2y with lines 1, b*s2x*cos(t)+m2x,b*s2y*sin(t)+m2y with lines 2, c*s2x*cos(t)+m2x,c*s2y*sin(t)+m2y with lines 3, d*s2x*cos(t)+m2x,d*s2y*sin(t)+m2y with lines 4, a*s3x*cos(t)+m3x,a*s3y*sin(t)+m3y with lines 1, b*s3x*cos(t)+m3x,b*s3y*sin(t)+m3y with lines 2, c*s3x*cos(t)+m3x,c*s3y*sin(t)+m3y with lines 3, d*s3x*cos(t)+m3x,d*s3y*sin(t)+m3y with lines 4