https://github.com/apidcloud/logistic-map
Logistic Map Visualiser using Plotly
https://github.com/apidcloud/logistic-map
Last synced: 4 months ago
JSON representation
Logistic Map Visualiser using Plotly
- Host: GitHub
- URL: https://github.com/apidcloud/logistic-map
- Owner: Apidcloud
- License: mit
- Created: 2021-04-01T00:06:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-01T23:33:38.000Z (about 5 years ago)
- Last Synced: 2025-10-07T10:32:05.462Z (9 months ago)
- Language: HTML
- Size: 244 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Logistic Map Visualiser



This project uses Plotly to plot the visualisation of the Logistic Map, originally introduced by Robert May.
From a growth of approximately 3.56995 onwards, it starts behaving chaotically for the most part (with some ordered--read periodic--parts from time to time). This equation and its chaotic behaviour was one of the first methods used to create pseudo-random numbers in computers.
[Live Demo](https://apidcloud.github.io/logistic-map/)
