Changeset 4639 for trunk/GSASIIplot.py
- Timestamp:
- Nov 2, 2020 12:55:49 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r4637 r4639 2684 2684 G2frame.PatternId, 'Instrument Parameters')) 2685 2685 if G2frame.lastPlotType != Parms['Type'][1]: 2686 print('triggering newplot from G2frame.lastPlotType') 2686 if GSASIIpath.GetConfigValue('debug'): 2687 print('triggering newplot from G2frame.lastPlotType') 2687 2688 Ymax = max(data[1][1]) 2688 2689 if Page.plotStyle['sqrtPlot']:
Note: See TracChangeset
for help on using the changeset viewer.