A small program that visualizes the logistic map that was popularized by biologist Robert May in the seminal paper Simple mathematical models with very complicated dynamics.
Read the logistic map article on Wikipedia for more information.
Usage
Run logisticmap with go run logisticmap.go
Open a web browser and enter http://localhost:8080/lm
Todo
Currently the logistic map program only renders the result of the calculation, no axis and axis labels.