Commit 65bc55b5 authored by Heller, William T.'s avatar Heller, William T.
Browse files

Replace output.py

parent 6dbf5808
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -245,7 +245,7 @@ def outputFitCurve(conf, d, m, mnum, chisq):
    grph.set_title('Fit of profile '+str(mnum)+' to '+str(conf.datafile)+r' $\chi^2$='+val)
    
    # set the text of the axes
    grph.set_xlabel('q  (1/{\AA})')
    grph.set_xlabel('q  (1/${\AA}$)')
    grph.set_ylabel('Intensity  (1/cm)')
    
    # plot the data and the fit curve.  No errorbars here