Code snippets and Python scripts supplementing the Draw the Mandelbrot Set in Python tutorial on Real Python.
This code requires the following libraries:
- Matplotlib
- NumPy
- SciPy
- Pillow
To install them, activate your virtual environment, and type the following command:
$ python -m pip install -r requirements.txt
Run a given script whose name starts with a number, for example:
$ python 01_scatter_plot.py