Colorful circles: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 7: Line 7:
   var h = Math.random()*360;
   var h = Math.random()*360;
   var s = Math.random();
   var s = Math.random();
   var v = Math.random();
   var v = 1.0; //Math.random();
   brd.createElement('point',[Math.random(),Math.random()],
   brd.createElement('point',[Math.random(),Math.random()],
     {withLabel:false, face:'circle',  
     {withLabel:false, face:'circle',  

Revision as of 10:05, 22 September 2009