Generator

The Mandelbrot set

A generator in the dynamics library, called 13 times across 4 essays. Below: what it draws with nothing chosen and at each mode an essay asks for, what it checks while drawing, and everywhere it is used.

complex-set is one function. Everything below came out of it during this build, at parameters taken from the essays rather than invented for this page — so a figure here is the same figure a reader meets in an essay, and if the generator changes, this page changes with it.

With nothing chosen

The Mandelbrot set. Points of the complex plane shaded by how long the iteration takes to escape, with the set itself the innermost region.

A Julia set

A Julia set. Points of the complex plane shaded by how long the iteration takes to escape, with the set itself the innermost region.

The Mandelbrot set

The Mandelbrot set. Points of the complex plane shaded by how long the iteration takes to escape, with the set itself the innermost region.

What it checks while it draws

Collected by running the family and recording what it asserted, not written here. The count is how many separate times the claim was put to the test while these drawings were made.

Where it is called

Every figure on this list is drawn by the same rule, so a change to the rule changes all of them at once. That is why the list is published.

The whole library · What the figures prove