S.Mustonen, Survo Users' Guide (1992), p. 279
1 *
2 *Olympic rings (See how the correct overlapping is achieved)
3 *DATA OLYMPIC
4 * A B C D E Comments
5 * -2 0 -1 1 0 Blue A: X coord of the center
6 * 0 0 -2 1 0 Black B: Y coord of the center
7 * 2 0 -3 1 0 Red C: Color
8 * -1 -1 -4 1 0 Yellow D: Length of the arc
9 * 1 -1 -5 1 0 Green E: Start angle of the arc
10 * -2 0 -1 0.1 -0.2 Blue over yellow
11 * 0 0 -2 0.1 4 Black over yellow
12 * 0 0 -2 0.1 -0.2 Black over green
13 * 2 0 -3 0.1 4 Red over green
14 *
15 *PLOT X(T)=A+R*COS(D*T+E),Y(T)=B+R*SIN(D*T+E)
16 *DEVICE=PS,EX.PS
17 *R=0.90 Radius of the circles
18 *T=[line_width(5)],0,2*pi,pi/20 pi=3.141592653589793
19 *A=DATA:OLYMPIC,A B=DATA:OLYMPIC,B D=DATA:OLYMPIC,D E=DATA:OLYMPIC,E
20 *XSCALE=-3,3 YSCALE=-2,1 SIZE=1164,582
21 *COLOR_CHANGE=C C=DATA:OLYMPIC,C FRAME=0 XDIV=0,1,0 YDIV=0,1,0 HEADER=
22 *[FILL-1]=1,1,0,0 Blue [FILL-3]=0,1,1,0 Red [FILL-5]=1,0,1,0 Green
23 *[FILL-2]=0,0,0,1 Black [FILL-4]=0,0,1,0 Yellow
24 *
Index | Catalog | Previous | Next