Changeset 4713 for trunk


Ignore:
Timestamp:
Jan 4, 2021 4:08:43 PM (4 years ago)
Author:
toby
Message:

more installer work; xmgrace enhance from Carlo

File:
1 edited

Legend:

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

    r4712 r4713  
    36783678        fp.write('@{}axis ticklabel char size {}\n'.format('x',0)) # turns off axis labels
    36793679        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
    36813682        else:
    36823683            ylbl = 'Intensity'
Note: See TracChangeset for help on using the changeset viewer.