1 | initial version |
The ranges are set as in the following example:
var('x,y,z')
implicit_plot3d(x^3+y^2-3*z==0,(x,-2,2),(y,-2,2),(z,-3,3))
You can find more details at: http://www.sagemath.org/doc/reference/sage/plot/plot3d/implicit_plot3d.html