Changeset 1274 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Apr 11, 2014 10:17:01 AM (9 years ago)
Author:
vondreele
Message:

implement Bragg peaks in SASD - required new fortran routines
implement unified (Guinier + Porod) and Porod models in SASD
implement monodisperse models in SASD
correct bin width issue in lognormal, etc. fitting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r1273 r1274  
    14611461        Rbins,Dist = data['Size Calc']
    14621462        for i in range(len(Rbins)):
    1463             Plot.plot(2.*Rbins[i],Dist[i])       #plot diameters
     1463            if len(Rbins[i]):
     1464                Plot.plot(2.*Rbins[i],Dist[i])       #plot diameters
    14641465    Page.canvas.draw()
    14651466
Note: See TracChangeset for help on using the changeset viewer.