Changeset 853 for trunk/GSASIIplot.py
- Timestamp:
- Feb 19, 2013 10:27:54 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r851 r853 2629 2629 Gr = np.array([0,255,0]) 2630 2630 Bl = np.array([0,0,255]) 2631 Or = np.array([255,128,0]) 2631 2632 uBox = np.array([[0,0,0],[1,0,0],[1,1,0],[0,1,0],[0,0,1],[1,0,1],[1,1,1],[0,1,1]]) 2632 2633 uEdges = np.array([ … … 3460 3461 # RenderMapPeak(x,y,z,color,1.0) 3461 3462 RenderBonds(x,y,z,rbBonds[ind],0.03,Gr) 3462 RenderLabel(x,y,z,name,0.2, Bl)3463 RenderLabel(x,y,z,name,0.2,Or) 3463 3464 if Backbones: 3464 3465 for chain in Backbones:
Note: See TracChangeset
for help on using the changeset viewer.