Loading sas_temper/output.py +1 −1 Original line number Diff line number Diff line Loading @@ -279,7 +279,7 @@ def outputFitCurve(conf, d, m, mnum, chisq): # set the plot title val = "%6.4f" %(chisq) ax.title('Fit of profile '+str(mnum)+' to '+str(conf.datafile)+r' $\chi^2$='+val) ax.set_title('Fit of profile '+str(mnum)+' to '+str(conf.datafile)+r' $\chi^2$='+val) # set the text of the axes ax.set_xlabel('q (1/${\AA}$)') Loading Loading
sas_temper/output.py +1 −1 Original line number Diff line number Diff line Loading @@ -279,7 +279,7 @@ def outputFitCurve(conf, d, m, mnum, chisq): # set the plot title val = "%6.4f" %(chisq) ax.title('Fit of profile '+str(mnum)+' to '+str(conf.datafile)+r' $\chi^2$='+val) ax.set_title('Fit of profile '+str(mnum)+' to '+str(conf.datafile)+r' $\chi^2$='+val) # set the text of the axes ax.set_xlabel('q (1/${\AA}$)') Loading