Changeset 4535 for trunk/GSASIIplot.py
- Timestamp:
- Jul 31, 2020 9:04:06 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r4531 r4535 2881 2881 xLabel = r'$d, \AA$' 2882 2882 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]: 2886 2884 if G2frame.Contour: 2887 2885 xLabel = r'Channel no.' 2888 2886 else: 2889 2887 xLabel = r'$TOF, \mathsf{\mu}$s' 2888 else: 2889 xLabel = r'$\mathsf{2\theta}$' 2890 2890 if G2frame.Weight: 2891 2891 Plot.set_visible(False) #hide old plot frame, will get replaced below
Note: See TracChangeset
for help on using the changeset viewer.