/mandelbrot

Code from realpython.com/mandelbrot-set-python

Primary LanguagePython

Draw the Mandelbrot Set in Python

Code snippets and Python scripts supplementing the Draw the Mandelbrot Set in Python tutorial on Real Python.

Installation

This code requires the following libraries:

  • Matplotlib
  • NumPy
  • Pillow
  • SciPy

To install them, activate your virtual environment, and type the following command:

$ python3 -m pip install -r requirements.txt

Usage

Run a given script whose name starts with a number, for example:

$ python 01_scatter_plot.py