Loading sas_temper/output.py +1 −1 Original line number Diff line number Diff line Loading @@ -287,7 +287,7 @@ def outputFitCurve(conf, d, m, mnum, chisq): # plot the data and the fit curve. ax.errorbar(d.x, d.y, yerr=d.dy, marker='o') local_dy = np.zeros(len(m.x) local_dy = np.zeros(len(m.x)) ax.errorbar(m.x, m.y, yerr=local_dy, 'r') oname = str(conf.output)+"%02d.png" %(mnum) Loading Loading
sas_temper/output.py +1 −1 Original line number Diff line number Diff line Loading @@ -287,7 +287,7 @@ def outputFitCurve(conf, d, m, mnum, chisq): # plot the data and the fit curve. ax.errorbar(d.x, d.y, yerr=d.dy, marker='o') local_dy = np.zeros(len(m.x) local_dy = np.zeros(len(m.x)) ax.errorbar(m.x, m.y, yerr=local_dy, 'r') oname = str(conf.output)+"%02d.png" %(mnum) Loading