Changeset 2997 for branch/2frame/GSASIIplot.py
- Timestamp:
- Aug 11, 2017 1:24:03 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branch/2frame/GSASIIplot.py
r2992 r2997 4096 4096 Img = Plot.imshow(covArray,aspect='equal',cmap=acolor,interpolation='nearest',origin='lower', 4097 4097 vmin=-1.,vmax=1.) 4098 imgAx = Img. get_axes()4098 imgAx = Img.properties()['axes'] 4099 4099 ytics = imgAx.get_yticks() 4100 4100 ylabs = [varyList[int(i)] for i in ytics[:-1]]
Note: See TracChangeset
for help on using the changeset viewer.