Changeset 4981 for trunk/GSASIIplot.py
- Timestamp:
- Jun 28, 2021 1:28:09 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASIIplot.py ΒΆ
r4974 r4981 6844 6844 imgAx = Img.axes 6845 6845 ytics = imgAx.get_yticks() 6846 ylabs = [ Page.varyList[int(i)]for i in ytics[:-1]]6846 ylabs = [str(Page.varyList[int(i)]) for i in ytics[:-1]] 6847 6847 imgAx.set_yticklabels(ylabs) 6848 6848 Page.figure.colorbar(Img)
Note: See TracChangeset
for help on using the changeset viewer.