Highlight curve via slider: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 6: Line 6:
                     {
                     {
                         strokeColor:function(){ return (s.Value()<0.5)?'red':'blue';},
                         strokeColor:function(){ return (s.Value()<0.5)?'red':'blue';},
                         strokeWidth:function(){ return (s.Value()>=0.5)?3:1;},
                         strokeWidth:function(){ return (s.Value()<0.5)?3:1;},
                     });
                     });
var f = board.createElement('functiongraph', [function(x){ return x+1;}],
var f = board.createElement('functiongraph', [function(x){ return x+1;}],

Revision as of 12:13, 2 June 2009