Changeset 4858 for trunk


Ignore:
Timestamp:
Mar 19, 2021 2:47:03 PM (2 years ago)
Author:
vondreele
Message:

undo "fix" to covariance plot y-axis tick labels

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r4857 r4858  
    68126812        imgAx = Img.axes
    68136813        ytics = imgAx.get_yticks()
    6814         imgAx.set_yticks(ytics[:-1])
    68156814        ylabs = [Page.varyList[int(i)] for i in ytics[:-1]]
    68166815        imgAx.set_yticklabels(ylabs)
Note: See TracChangeset for help on using the changeset viewer.