Changeset 2118 for trunk/GSASIIgrid.py
- Timestamp:
- Jan 9, 2016 9:36:05 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIgrid.py
r2116 r2118 2993 2993 G2frame.PatternTree.SetItemPyData(item,data) 2994 2994 if kind in ['PWDR','SASD']: 2995 if 'xylim' in dir(G2frame): 2996 NewPlot = False 2997 else: 2998 2999 NewPlot = True 2995 NewPlot = True 2996 # if 'xylim' in dir(G2frame): 2997 # NewPlot = False 2998 # 3000 2999 G2plt.PlotPatterns(G2frame,plotType=kind,newPlot=NewPlot) 3001 3000 elif kind == 'HKLF':
Note: See TracChangeset
for help on using the changeset viewer.