Colorful circles: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
for (i=0;i<1;i++) { | for (i=0;i<1;i++) { | ||
brd.createElement('point',[Math.random(),Math.random()]); | brd.createElement('point',[Math.random(),Math.random()], | ||
{withLabel:false, face:'circle', size:0.3}); | |||
} | } | ||
</jsxgraph> | </jsxgraph> |