| Author |
Comment/Response |
Duchy
|
02/01/13 09:40am
Hi,
I am really new to Mathematica. I have list of points (list = {{0,0},{1,1},{2,2}} for example). I got those points during evaluating some functions and now i need to do Graphics with Circle each of those points. I tried
Graphics[Circle[#,r]]&/@points
but it made separated circles. Could someone help me with this please?
Thanks for every advice.
URL: , |
|