Difference between revisions of "Colorful circles"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 12: | Line 12: | ||
size:Math.random()*100, | size:Math.random()*100, | ||
strokeColor:JXG.hsv2rgb(h,s,v), | strokeColor:JXG.hsv2rgb(h,s,v), | ||
− | fillColor:JXG.hsv2rgb((h+180)%360,s,v) | + | fillColor:JXG.hsv2rgb((h+180)%360,s,v), |
− | + | fillOpacity:0.5 | |
}); | }); | ||
} | } | ||
</jsxgraph> | </jsxgraph> |