Changeset 2784 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Apr 15, 2017 10:46:00 PM (6 years ago)
Author:
vondreele
Message:

fix REFD plotting
put neutron reflectometry reader back in import routine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r2777 r2784  
    20132013                Y = xye[1]+offsetY*N*Ymax/100.0
    20142014        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])
    20162019            if G2frame.plotStyle['sqPlot']:
    20172020                Y = xye[1]*Sample['Scale'][0]*(1.05)**(offsetY*N)*X**4
Note: See TracChangeset for help on using the changeset viewer.