Changeset 7872:cef920ff336e


Ignore:
Timestamp:
12/22/07 19:24:09 (5 years ago)
Author:
Robert Miller <rlmillster@…>
Branch:
default
Message:

more jmol adjustments

Location:
sage
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • sage/all.py

    r7869 r7872  
    8787 
    8888from sage.plot.all       import * 
    89 #from sage.plot.plot3d.all     import * 
     89from sage.plot.plot3d.all     import * 
    9090 
    9191from sage.coding.all     import * 
  • sage/plot/plot3d/all.py

    r7865 r7872  
    11from shapes import Box, ColorCube, Cone, Cylinder, LineSegment, Arrow, Sphere, Torus, Text as Text3D 
    22from parametric_surface import ParametricSurface, MobiusStrip 
    3 from plot3d import plot3d, axes as axes3d 
     3#from plot3d import plot3d, axes as axes3d 
    44from platonic import Tetrahedron, Cube, Octahedron, Dodecahedron, IndexFaceSet, Icosahedron 
  • sage/plot/plot3d/index_face_set.pyx

    r7866 r7872  
    1 """ 
     1"""nodoctest 
    22Graphics3D object that consists of a list of polygons, also used for  
    33triangulations of other objects.  
  • sage/plot/plot3dmatplotlib.py

    r6996 r7872  
    1 """ 
     1"""nodoctest 
    22Very rudimentary 3d plotting 
    33""" 
Note: See TracChangeset for help on using the changeset viewer.