this code to generate SVG frames. Then transform to bitmaps and convert to GIF. ''' # range size N = 500 margin = 20 def norm(px, py): return...