Changeset 1252 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Mar 18, 2014 1:45:39 PM (10 years ago)
Author:
vondreele
Message:

unsuccessful implementation of IPG method (commented out) for size distribution
revisit later
plot SASD background on changes
document SASD shape form factors & volumes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r1250 r1252  
    890890                    D = xye[5]-Ymax*G2frame.delOffset
    891891                elif 'SASD' in plottype:
    892                     D = xye[4]-Ymax*G2frame.delOffset
     892                    D = xye[4]
    893893                    Plot.set_yscale("log",nonposy='mask')
    894894                    Plot.set_ylim(bottom=np.min(np.trim_zeros(Y))/2.,top=np.max(Y)*2.)
     
    907907                        else:
    908908                            Plot.plot(X,Y,colors[N%6]+'+',picker=3.,clip_on=False)
     909                        Plot.plot(X,D,colors[(N+1)%6],picker=False)
    909910                        Plot.plot(X,Z,colors[(N+1)%6],picker=False)
    910911                elif G2frame.Weight and 'PWDR' in plottype:
Note: See TracChangeset for help on using the changeset viewer.