Sequences of functions: Difference between revisions

From JSXGraph Wiki
No edit summary
mNo edit summary
Line 5: Line 5:
var plot = brd.createElement('functiongraph',[f,0,1], {strokeWidth:1});
var plot = brd.createElement('functiongraph',[f,0,1], {strokeWidth:1});
brd.createElement('text',[0.2,0.7,function(){return 'f(x)=x<sup>'+Math.floor(n.Value())+'</sup>';}],
brd.createElement('text',[0.2,0.7,function(){return 'f(x)=x<sup>'+Math.floor(n.Value())+'</sup>';}],
   {fontSize:20});
   {fontSize:'20'});


</jsxgraph>
</jsxgraph>

Revision as of 20:47, 11 June 2009

The underlying JavaScript code