- Timestamp:
- Jan 4, 2021 4:08:43 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASIIplot.py ΒΆ
r4712 r4713 3678 3678 fp.write('@{}axis ticklabel char size {}\n'.format('x',0)) # turns off axis labels 3679 3679 if 'sqrt' in Plot.yaxis.get_label().get_text(): 3680 ylbl = 'sqrt(Intensity)' # perhaps there is a way to get the symbol in xmgrace but I did not find it 3680 #ylbl = 'sqrt(Intensity)' # perhaps there is a way to get the symbol in xmgrace but I did not find it 3681 ylbl = r'\x\#{d6}\f{}\oIntensity\O' # from Carlo Segre 3681 3682 else: 3682 3683 ylbl = 'Intensity'
Note: See TracChangeset
for help on using the changeset viewer.