Animations: Difference between revisions

From JSXGraph Wiki
(New page: <jsxgraph width="500" height="500"> brd = JXG.JSXGraph.initBoard('jxgbox',{boundingbox:[-2,2,2,-2], keepaspectratio:true, axis:true}); p = brd.createElement('point',[1.5,1.5],{face:'o', si...)
 
No edit summary
Line 1: Line 1:
<jsxgraph width="500" height="500">
<jsxgraph width="500" height="500">
brd = JXG.JSXGraph.initBoard('jxgbox',{boundingbox:[-2,2,2,-2], keepaspectratio:true, axis:true});
brd = JXG.JSXGraph.initBoard('jxgbox',{boundingbox:[-2,2,2,-2], keepaspectratio:true, axis:true});
p = brd.createElement('point',[1.5,1.5],{face:'o', size:10'});
p = brd.createElement('point',[1.5,1.5],{face:'o', size:10});
</jsxgraph>
</jsxgraph>

Revision as of 12:06, 30 September 2009