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

Replace output.py

parent 18976dfc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -248,7 +248,7 @@ def outputFitCurve(conf, d, m, mnum, chisq):
    grph.set_ylabel('Intensity  (1/cm)')
    
    # plot the data
    grph.errorbar(d.x, d.y, yerr=d.dy, marker='ko', uplims = True, lolims = True)
    grph.errorbar(d.x, d.y, yerr=d.dy, marker='o', color='k', uplims = True, lolims = True)
    
    # plot the fit curve
    grph.plot(m.x, m.y, 'r')