Colorful circles: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 11: Line 11:
     {withLabel:false, face:'circle',  
     {withLabel:false, face:'circle',  
       size:Math.random()*100,
       size:Math.random()*100,
       strokeColor:brd.hsv2rgb(h,s,v),
       strokeColor:JXG.hsv2rgb(h,s,v),
       fillColor:brd.hsv2rgb((h+180)%360,s,v)
       fillColor:JXG.hsv2rgb((h+180)%360,s,v)


       });
       });
}
}
</jsxgraph>
</jsxgraph>

Revision as of 10:04, 22 September 2009