Plot data with slider: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 25: Line 25:


var p = brd2.create('point', [ function() { return mu.Value();}, function() { return 1; }]);
var p = brd2.create('point', [ function() { return mu.Value();}, function() { return 1; }]);
brd1.addChild(brd2);
</jsxgraph>
</jsxgraph>



Revision as of 08:45, 12 April 2014

The JavaScript code