Changeset 2176 for trunk/GSASIIphsGUI.py
- Timestamp:
- Mar 17, 2016 2:34:19 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r2175 r2176 2424 2424 sadpPlot.SetValue(False) 2425 2425 import pylab as pl 2426 pl.clf()2426 labels = Layers['Sadp']['Plane'] 2427 2427 pl.imshow(Layers['Sadp']['Img'],aspect='equal') 2428 pl.ylabel(labels[-1]) 2429 pl.xlabel(labels[:-1]) 2428 2430 pl.title(Layers['Sadp']['Plane']) 2429 2431 pl.show()
Note: See TracChangeset
for help on using the changeset viewer.