Loading sas_temper/output.py +1 −1 Original line number Diff line number Diff line Loading @@ -227,7 +227,7 @@ def outputSetRes(conf, res): fig = plt.figure(figsize = [4,4], dpi=100) grph = fig.add_subplot(1,1,1) grph.set_autoscale_on(True) grph.hist(vals[i],bins=int(0.3*conf.models),color = 'r', rwidth=0.9,density=True,label=str(names[i])) grph.hist(vals[i],bins=int(0.3*conf.models),color = 'r', rwidth=0.9) grph.set_title("Histogram of "+str(names[i])) oname = str(conf.output)+"_"+str(names[i])+"_histogram.png" Loading Loading
sas_temper/output.py +1 −1 Original line number Diff line number Diff line Loading @@ -227,7 +227,7 @@ def outputSetRes(conf, res): fig = plt.figure(figsize = [4,4], dpi=100) grph = fig.add_subplot(1,1,1) grph.set_autoscale_on(True) grph.hist(vals[i],bins=int(0.3*conf.models),color = 'r', rwidth=0.9,density=True,label=str(names[i])) grph.hist(vals[i],bins=int(0.3*conf.models),color = 'r', rwidth=0.9) grph.set_title("Histogram of "+str(names[i])) oname = str(conf.output)+"_"+str(names[i])+"_histogram.png" Loading