Difference between revisions of "Step function II"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) (Created page with "This is an example for the element '''stepfunction'''. Here, the steps are drawn. Step functions can also be realized as function graphs, where the steps are invisible, see [[Ste...") |
A WASSERMANN (talk | contribs) |
||
Line 1: | Line 1: | ||
− | This is an example for the element | + | This is an example for the element ''stepfunction''. Here, the steps are drawn. Step functions can also be realized as function graphs, where the steps are invisible, see [[Step function]]. |
<jsxgraph width="600" height="400"> | <jsxgraph width="600" height="400"> |
Revision as of 10:05, 10 April 2014
This is an example for the element stepfunction. Here, the steps are drawn. Step functions can also be realized as function graphs, where the steps are invisible, see Step function.
The underlying JavaScript code
var board = JXG.JSXGraph.initBoard('jxgbox', {boundingbox:[-5,8,8,-5], axis:true});