Hello, I was just playing around with Sage, and I tried to animate sphere(). Is this not implemented yet? What I did was this:
L = [sphere((0,i,0))for i in range(10)] a = animate(L) a.show() with each line in a different cell. After a = animate(L) it graphed the last entry in L and after a.show() it graphed an empty 2-D plot. Thanks! --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---