SAGE

sagePretty

A SAGE plot

A SAGE plot

sage: g = Graphics()
sage: for i in range(60):
… p = polygon([(i*cos(i),i*sin(i)), (0,i), (i,0)],\
… color=hue(i/40+0.4), alpha=0.2)
… g = g + p

sage: g.show(dpi=200, axes=False)

Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *