Commit 8bd7c992 authored by Heller, William T.'s avatar Heller, William T.
Browse files

Replace output.py

parent 23f22cb8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -279,7 +279,7 @@ def outputFitCurve(conf, d, m, mnum, chisq):
    
    # set the plot title
    val = "%6.4f" %(chisq)
    fig.title('Fit of profile '+str(mnum)+' to '+str(conf.datafile)+r' $\chi^2$='+val)
    ax.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}$)')