l1=[(3*cos(phi),3*sin(phi)) for phi in srange(n(pi)/2,3*n(pi)/2,0.01)] l2=[(6*cos(phi),6*sin(phi)) for phi in srange(n(pi)/2,3*n(pi)/2,0.01)] l2.reverse() figure4=polygon(l1+l2) figure4.show(xmin=-6,xmax=6)
-- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org