graphobed is a jquery script that finds equations on your website,
parses them and embeds the according graphs below the formula as HTML5 canvas.
To let the script find your equations, enclose them in *# equation #*
Embedded Graphs can be changed later on, using the created input field. This script relies on: jquery, easeljs and math.js
@version 0.0.1
@date 2015-04-02
@license Copyright (C) 2015 Kai Noack
Distributed under the terms of the MIT license. http://www.opensource.org/licenses/mit-license.html
Simply embed the script in your document's head section:
<script src="https://raw.githubusercontent.com/echteinfachtv/graphobed/master/graphobed.js" type="text/javascript"></script>
The formula parsing is done automatically.