Changeset 4535 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Jul 31, 2020 9:04:06 AM (3 years ago)
Author:
vondreele
Message:

fix X-label for pink powder patterns
revert incomm. mag. str. factor calcs to previous best one - still not correct tho.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r4531 r4535  
    28812881        xLabel = r'$d, \AA$'
    28822882    else:
    2883         if 'C' in ParmList[0]['Type'][0]:
    2884             xLabel = r'$\mathsf{2\theta}$'
    2885         else:
     2883        if 'T' in ParmList[0]['Type'][0]:
    28862884            if G2frame.Contour:
    28872885                xLabel = r'Channel no.'
    28882886            else:
    28892887                xLabel = r'$TOF, \mathsf{\mu}$s'
     2888        else:
     2889            xLabel = r'$\mathsf{2\theta}$'
    28902890    if G2frame.Weight:
    28912891        Plot.set_visible(False)         #hide old plot frame, will get replaced below
Note: See TracChangeset for help on using the changeset viewer.