Changeset 4236 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Jan 8, 2020 9:44:02 AM (3 years ago)
Author:
vondreele
Message:

remove dependence on fullrmc existing
rearrange RMC options
fixes to RMCProfile file prep.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r4229 r4236  
    28552855        elif plottype in ['SASD','REFD']:
    28562856            Page.Choice = [' key press',
    2857                 'b: toggle subtract background file','n: toggle semilog/loglog',
    2858                 'g: toggle grid','q: toggle S(q) plot','m: toggle multidata plot',
    2859                 'w: toggle (Io-Ic)/sig plot','+: toggle selection',]
     2857                'b: toggle subtract background file','g: toggle grid',
     2858                'm: toggle multidata plot','n: toggle semilog/loglog',
     2859                'q: toggle S(q) plot','w: toggle (Io-Ic)/sig plot','+: toggle selection',]
    28602860            if not G2frame.SinglePlot:
    28612861                Page.Choice = Page.Choice+ \
Note: See TracChangeset for help on using the changeset viewer.