Changeset 4541
- Timestamp:
- Aug 13, 2020 10:57:57 AM (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r4540 r4541 4708 4708 Plot.plot(Xb,Yb,color='k',dashes=(5,5)) 4709 4709 Plot.set_xlim([0.,PDFdata['Rmax']]) 4710 elif plotType == 'g(r)': 4711 Plot.set_xlim([0.,PDFdata['Rmax']]) 4710 4712 elif plotType == 'F(Q)': 4711 4713 Xb = [0.,5.0] -
trunk/GSASIIpwdGUI.py
r4540 r4541 7372 7372 G2plt.PlotISFG(G2frame,data,newPlot=True,plotType='g(r)') 7373 7373 else: 7374 G2plt.PlotISFG(G2frame,data,newPlot= True)7374 G2plt.PlotISFG(G2frame,data,newPlot=False) 7375 7375 7376 7376 def OnComputeAllPDF(event):
Note: See TracChangeset
for help on using the changeset viewer.