Once upon a time, I had plans to make this better. But life got in the way and I'm not likely to come back to this. Feel free to fork, etc.
This is a simple cobweb diagram generator in JavaScript, compatible with all modern browsers, and safely running without any plugins, etcetera.
It's currently available at oak.ucc.nau.edu/jws8/cobweb/cobweb.html, which should be fairly close to the latest version.
- Download at least the
cobweb.html
,cobweb.js
, andparams.js
pages in the same folder. - Open
cobweb.html
in a browser. - Fill in the requested cobweb details and click
Generate cobweb diagram!
- More code cleanup/refactoring
- Proper themes support (at least light and dark, likely with a cookie to save the selection as an individual preference)
- More example functions (the logistic map isn't everything)
- Auto-updating sliders (i.e., slide to change a value and the diagram is regenerated accordingly)
This has been made by Mark Haferkamp and is available under the MIT License. Please see the LICENSE
file for details.