| 1 | initial version |
Did you look at the doc of save ?
sage: var('x,y,z')
sage: P=implicit_plot3d(sqrt(3*x^2+y^2)-z, (x, -30, 30), (y, -30,30), (z, -10,40))
sage: P.save?
This offers several formats, such as .x3d that could be possible inputs for other 3d software.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.