Mandelbrot Set

Mandelbrot Set cover image

Run this script

uv run https://atrium.kyleharrington.com/fractals/napari-mandelbrot/0.0.2.py

Command Line Arguments

--xmin (float)

Minimum x-coordinate of the range.

Default: -2.0

--xmax (float)

Maximum x-coordinate of the range.

Default: 1.0

--ymin (float)

Minimum y-coordinate of the range.

Default: -1.5

--ymax (float)

Maximum y-coordinate of the range.

Default: 1.5

--width (int)

Width of the image.

Default: 800

--height (int)

Height of the image.

Default: 800

--max_iter (int)

Maximum number of iterations.

Default: 100

Dependencies

  • napari[all]>=0.5.4
  • numpy
  • typer
  • magicgui