Changeset 7872:cef920ff336e
- Timestamp:
- 12/22/07 19:24:09 (5 years ago)
- Branch:
- default
- Location:
- sage
- Files:
-
- 4 edited
-
all.py (modified) (1 diff)
-
plot/plot3d/all.py (modified) (1 diff)
-
plot/plot3d/index_face_set.pyx (modified) (1 diff)
-
plot/plot3dmatplotlib.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sage/all.py
r7869 r7872 87 87 88 88 from sage.plot.all import * 89 #from sage.plot.plot3d.all import *89 from sage.plot.plot3d.all import * 90 90 91 91 from sage.coding.all import * -
sage/plot/plot3d/all.py
r7865 r7872 1 1 from shapes import Box, ColorCube, Cone, Cylinder, LineSegment, Arrow, Sphere, Torus, Text as Text3D 2 2 from parametric_surface import ParametricSurface, MobiusStrip 3 from plot3d import plot3d, axes as axes3d3 #from plot3d import plot3d, axes as axes3d 4 4 from platonic import Tetrahedron, Cube, Octahedron, Dodecahedron, IndexFaceSet, Icosahedron -
sage/plot/plot3d/index_face_set.pyx
r7866 r7872 1 """ 1 """nodoctest 2 2 Graphics3D object that consists of a list of polygons, also used for 3 3 triangulations of other objects. -
sage/plot/plot3dmatplotlib.py
r6996 r7872 1 """ 1 """nodoctest 2 2 Very rudimentary 3d plotting 3 3 """
Note: See TracChangeset
for help on using the changeset viewer.
