Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History
 
 

mandelbrot-set-python

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