sage: r = random
sage: sum([point((r(), r()), rgbcolor=(r(),r(),r())) for _ in range(100)])
to draw 100 randomly colored points.
--
William Stein
Associate Professor of Mathematics
University of Washington
http://wstein.org
The Newbies book has some examples of plotting lists of values:
http://sage.math.washington.edu/home/tkosan/newbies_book/
Ted