[deutsch]

Tiles plot

Example 1

Example 2

Example 3: Mandelbrot Set

Note that the calculation of a Mandelbrot set is computationally expensive. The figure below visualizes the Mandelbrot set for one fixed resolution. If you enlarge the graph, you'll see the individual, enlarged tiles.

With some additional techniques an interactive version of the Mandelbrot visualization can be implemented (by updating the tiles when the graph is moved and/or scaled, see Example: Interactive data updates).