Three Dimensional Plots

Basic 3D Plot Functions

Basic 3D Objects

Using any of the commands (with the exception of the commands for the platonic solids) listed here requires importing the sage.plot.plot3d.shapes package with the following code:

from sage.plot.plot3d.shapes import *
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License