An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Logistic Map Visualiser

![with-coffee](https://img.shields.io/badge/made%20with-%E2%98%95%EF%B8%8F%20coffee-yellow.svg)
![with-water](https://img.shields.io/badge/made%20with-%F0%9F%92%A7%20water-blue.svg)
![with-love](https://img.shields.io/badge/made%20with-%F0%9F%92%8C-red.svg)

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/)