Changeset 4541 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Aug 13, 2020 10:57:57 AM (3 years ago)
Author:
vondreele
Message:

minor fixes to PDF plotting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r4540 r4541  
    47084708                Plot.plot(Xb,Yb,color='k',dashes=(5,5))
    47094709                Plot.set_xlim([0.,PDFdata['Rmax']])
     4710            elif plotType == 'g(r)':
     4711                Plot.set_xlim([0.,PDFdata['Rmax']])
    47104712            elif plotType == 'F(Q)':
    47114713                Xb = [0.,5.0]
Note: See TracChangeset for help on using the changeset viewer.