%!PS Sine with overlapping disks
%%BoundingBox: -200 -110  200 110
%%Creator: cgl (METAFONTbook ex 13.10)
%%CreationDate: June 17 1996
%%EndProlog
%300 500 translate
newpath
-180 10 180{dup sin 100 mul%(x, 100sin x)
   12.5 0 360 arc
   gsave 1 setgray fill grestore
   stroke
} for
showpage