A simple graph that shows different levels of chaos, depending on given parameters.
Python must be installed on your computer. You can get it via Python's website. Also, be sure matplotlib library is installed:
pip install matplotlib
- Open your terminal, then clone the repository.
git clone https://github.com/GuillaumeLandry/ChaosFunction.git
- Change directory to your local folder.
cd chaosfunction
- Run the chaosgraph.py script and enjoy!
python chaosgraph.py
Content used for the graph comes from the famous youtuber Veritassium. He uploaded a video presenting this function and it's explanation. You can watch this video on youtube.