Changeset 4072 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Jul 26, 2019 8:37:07 AM (4 years ago)
Author:
vondreele
Message:

fix a missing G2frame.PickId? problem in G2imgGUI
fix SAS plotting issues with background subtraction
fix SAS errors in Spheroid, Schulz & Gauss models
fix of fxye export for TOF data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r4070 r4072  
    18441844            Page.plotStyle['WgtDiagnostic'] = not Page.plotStyle.get('WgtDiagnostic',False)
    18451845            newPlot = True
    1846         elif event.key == 'b':
     1846        elif event.key == 'b' and plottype not in ['SASD','REFD']:
    18471847            G2frame.SubBack = not G2frame.SubBack
    1848 #            if not G2frame.SubBack:
    1849 #                G2frame.SinglePlot = True               
    18501848        elif event.key == 'n':
    18511849            if G2frame.Contour:
Note: See TracChangeset for help on using the changeset viewer.