Difference between revisions of "Real-time graphing"

From JSXGraph Wiki
Jump to navigationJump to search
Line 29: Line 29:
 
                 }
 
                 }
 
                 brd.update();
 
                 brd.update();
 +
document.getElementById('debug').innerHTML += a +' ';
 
             };
 
             };
 
     }});
 
     }});
Line 39: Line 40:
 
Start();
 
Start();
 
</jsxgraph>
 
</jsxgraph>
 +
<html><div id="debug"></div></html>
 +
  
 
[[Category:Examples]]
 
[[Category:Examples]]
 
[[Category:Charts]]
 
[[Category:Charts]]

Revision as of 10:10, 18 December 2009