Loading sas_temper/output.py +1 −1 Original line number Diff line number Diff line Loading @@ -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') Loading Loading
sas_temper/output.py +1 −1 Original line number Diff line number Diff line Loading @@ -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') Loading