> I think the problem here is that .gif is not a recognized image format. > Try .png instead. >
Thanks for the suggestion but p.save("Test.png") also doesn't work. The following code: ------------ 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? ------------ outputs: ----------- File: /home/niels/Desktop/n/install/sage/sage-4.1.1/devel/sage/sage/structure/sage_object.pyx Type: <type ‘builtin_function_or_method’> Definition: p.save(filename=’None’, compress=’True’) Docstring: Save self to the given filename. EXAMPLES: sage: f = x^3 + 5 sage: f.save(SAGE_TMP + '/file') sage: load(SAGE_TMP + '/file.sobj') x^3 + 5 ----------- 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 -~----------~----~----~----~------~----~------~--~---