Skip to content

A plot of mandelbrot's set with both RGB and HSV color codes

Notifications You must be signed in to change notification settings

charlesl46/mandelbrot-set

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mandelbrot-set

A plot of mandelbrot's set with both RGB and HSV color codes

How to use ?

  1. python3 pkg_installer.py to install all necessary packages
  2. Download the code and then go to project directory and execute
python3 mandelbrot_gui.py
  1. Choose the resolution in which you wish to plot mandelbrot's set. (eg. 1000)
  2. Choose the directory to save your plots in.
  3. Choose the color system you wish to use (gives a slightly different result)
  4. Click 'Start' and it's on going.

Sources

A part of this code comes from Codingame tutorial about Mandelbrot's set plot

About

A plot of mandelbrot's set with both RGB and HSV color codes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages