Changeset 4981 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Jun 28, 2021 1:28:09 PM (4 years ago)
Author:
vondreele
Message:

modify mag str fctr math.
fix bug in PlotCovariance? - labels needed to be str

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASIIplot.py ΒΆ

    r4974 r4981  
    68446844        imgAx = Img.axes
    68456845        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]]
    68476847        imgAx.set_yticklabels(ylabs)
    68486848        Page.figure.colorbar(Img)
Note: See TracChangeset for help on using the changeset viewer.