Changeset 4072 for trunk/GSASIIplot.py
- Timestamp:
- Jul 26, 2019 8:37:07 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r4070 r4072 1844 1844 Page.plotStyle['WgtDiagnostic'] = not Page.plotStyle.get('WgtDiagnostic',False) 1845 1845 newPlot = True 1846 elif event.key == 'b' :1846 elif event.key == 'b' and plottype not in ['SASD','REFD']: 1847 1847 G2frame.SubBack = not G2frame.SubBack 1848 # if not G2frame.SubBack:1849 # G2frame.SinglePlot = True1850 1848 elif event.key == 'n': 1851 1849 if G2frame.Contour:
Note: See TracChangeset
for help on using the changeset viewer.