Changeset 4470 for trunk/GSASIIplot.py
- Timestamp:
- Jun 8, 2020 10:02:59 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r4469 r4470 8931 8931 cx,ct,cs,ci = drawingData['atomPtrs'] 8932 8932 bondR = drawingData['bondRadius'] 8933 SymFade = drawingData.get('SymFade',False) 8933 8934 G,g = G2lat.cell2Gmat(cell) 8934 8935 GS = G … … 8980 8981 continue 8981 8982 atColor = atmFade[iat]*np.array(CL)/255. 8983 if SymFade and atom[cs-1] != '1': 8984 atColor *= .5 8982 8985 if drawingData['showRigidBodies'] and atom[ci] in rbAtmDict: 8983 8986 bndColor = Or/255. … … 9056 9059 if not SGData['SGGray'] and SpnFlp[OpNum] < 0: 9057 9060 color = Rd/255. 9061 if SymFade and atom[cs-1] != '1': 9062 color *= .5 9058 9063 RenderMoment(x,y,z,Moment,color) 9059 9064
Note: See TracChangeset
for help on using the changeset viewer.