Changeset 4541


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

minor fixes to PDF plotting

Location:
trunk
Files:
2 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]
  • trunk/GSASIIpwdGUI.py

    r4540 r4541  
    73727372            G2plt.PlotISFG(G2frame,data,newPlot=True,plotType='g(r)')
    73737373        else:
    7374             G2plt.PlotISFG(G2frame,data,newPlot=True)
     7374            G2plt.PlotISFG(G2frame,data,newPlot=False)
    73757375       
    73767376    def OnComputeAllPDF(event):
Note: See TracChangeset for help on using the changeset viewer.