| 1 | initial version |
You can start from an empty graphics, and add circles to it directly as follows:
sage: G = Graphics()
sage: for c in lis:
....: G += circle(c, .05, fill=true, color='red')
Then, you can show it with:
sage: G
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.