Changeset 2784 for trunk/GSASIIplot.py
- Timestamp:
- Apr 15, 2017 10:46:00 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r2777 r2784 2013 2013 Y = xye[1]+offsetY*N*Ymax/100.0 2014 2014 elif plottype in ['SASD','REFD']: 2015 B = xye[5] 2015 if plottype == 'SASD': 2016 B = xye[5] 2017 else: 2018 B = np.zeros_like(xye[5]) 2016 2019 if G2frame.plotStyle['sqPlot']: 2017 2020 Y = xye[1]*Sample['Scale'][0]*(1.05)**(offsetY*N)*X**4
Note: See TracChangeset
for help on using the changeset viewer.