Skip to content
This repository was archived by the owner on May 14, 2019. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 1.22 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.22 KB

Archive note

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.

cobweb.js

This is a simple cobweb diagram generator in JavaScript, compatible with all modern browsers, and safely running without any plugins, etcetera.

Run it now

It's currently available at oak.ucc.nau.edu/jws8/cobweb/cobweb.html, which should be fairly close to the latest version.

Directions from source

  1. Download at least the cobweb.html, cobweb.js, and params.js pages in the same folder.
  2. Open cobweb.html in a browser.
  3. Fill in the requested cobweb details and click Generate cobweb diagram!

Planned updates

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

Copyright and License

This has been made by Mark Haferkamp and is available under the MIT License. Please see the LICENSE file for details.