A collection of fractals in Python using matplotlib
You need to install matplotlib and numpy:
pip3 install matplotlib
pip3 install numpy
Then, you can clone the repository:
git clone https://github.com/Quentin18/Matplotlib-fractals.git
This is the list of the fractals. The files are in the repository fractals.
See: here
python3 barnsleyFern [nbpoints]
- Default nbpoints: 100000
See: here
python3 dragonCurve [nbpoints]
- Default nbpoints: 50000
See: here
python3 kochSnowflake [order]
- Default order: 4
See: here
python3 pythagorasTree [order] [angle]
- Default order: 4
- Default angle: 3
See: here
python3 sierpinskyCarpet [order]
- Default order: 4
See: here
python3 sierpinskyTriangle1 [order]
- Default order: 5
python3 sierpinskyTriangle2 [nbpoints]
- Default nbpoints: 10000
See: here
python3 vicsekFractal [order]
Default order: 4
Quentin Deschamps: [email protected]