Thanks for all the replies. >> I think this is a bug in the animate command, >> it just can't handle 3d objects right now. > > animate was written long, long before there were 3d objects in sage... >
If Graphics3d object would inherit Graphics object then animate would work? I could make an animated gif of Graphics3d object if i could save it to a .gif file. Is this possible? The following code doesn't work: --------- var('x,y,z') p=implicit_plot3d(x*y+z^2==0, (x, -3, 3), (y, -3, 3), (z, -3, 3),viewer='tachyon') p.save("TEST.gif") --------- the output is: --------- TEST.gif.sobj -------- Kind regards, Niels --~--~---------~--~----~------------~-------~--~----~ 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 URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---