Skip to content

anovik/fractals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fractals

Fractals using Python 3

Description

Aim of the project is drawing of escape-time fractals. They currently include:

Prerequisites

To run script you need the following to be installed:

  • Python 3

  • Matplotlib

  • Numpy

  • Numba

Simply launch fractal.py file and watch fractals! Or you can run demo.bat for getting the main fractal images.

Images

fractals.py --algorithm newton --colormap RdYlBu 

Alt Newton

fractals.py --algorithm mandelbrot --colormap magma --xmin -2 --xmax 2 --ymin -2 --ymax 2

Alt Mandelbrot

fractals.py --algorithm julia  --c 0-0.8j

Alt Julia

 fractals.py --algorithm julia  --c " -0.8+0.156j" --xmin -2 --xmax 2 --ymin -2 --ymax 2

Alt Julia

fractals.py --algorithm burningShip --colormap hot --xmin -2 --xmax 2 --ymin -2 --ymax 2

Alt Burning Ship

License

License is MIT