There are two flavours of the circle pattern, the original python based version and the more recent interactive one, built using Google's native client plugin (You'll probably need Chrome to run this.
This family of patterns is generated from plotting the calculating the z = f(x,y) over a rectangular region and using the value of 'z' to colour in the pixels. I call them circle patterns because the simplest interesting example, generated from z = x2 + y2, generates circles.
The example code supplied with the module generates larger versions of the following patterns. It can be downloaded from the source code page
|
|
|
|
|
|
There are more examples, including animations, and an explanation of the source code on the Circle Patterns page.
(c) John Whitehouse 2010 - 2017