Changeset 777
- Timestamp:
- Oct 3, 2012 5:02:02 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r766 r777 2324 2324 if 'Map Peaks' in data: 2325 2325 mapPeaks = np.array(data['Map Peaks']) 2326 peakMax = np.max(mapPeaks.T[0]) 2326 peakMax = 100. 2327 if len(mapPeaks): 2328 peakMax = np.max(mapPeaks.T[0]) 2327 2329 drawingData = data['Drawing'] 2328 2330 try:
Note: See TracChangeset
for help on using the changeset viewer.