Changeset 4611
- Timestamp:
- Oct 20, 2020 10:17:33 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r4608 r4611 9350 9350 for ind,[x,y,z] in enumerate(XYZ): 9351 9351 aType = testRBObj['rbAtTypes'][ind] 9352 if ind in testRBObj['NameLookup']:9353 name = testRBObj['NameLookup'][ind]+' '9354 e lse:9352 try: 9353 name = ' '+testRBObj['NameLookup'][ind] 9354 except: 9355 9355 name = ' '+aType+str(ind) 9356 9356 color = np.array(testRBObj['AtInfo'][aType][1])
Note: See TracChangeset
for help on using the changeset viewer.