Skip to content

juan260/JuliaAndMandelbrotPictureMaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Julia and Mandelbrot Picture Maker

This simple functions create simple plots of the Julia and Mandelbrot sets. The Julia set require the important parameter for the equation C, the rest is pretty straightforward. I have added some examples and the images generated from them can be checked out here.

Prerequisites

Python knowledge to be able to call the functions and basic knowledge of the Mandelbrot and Julia sets are recommended. Numpy and matplotlib libraries are necessary:

pip3 upgrade
pip3 install numpy
pip3 install matplotlib

About

Script that creates graphical representations of Julia an Mandelbrot sets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages