Commit 9dc4cf7d authored by Heller, William T.'s avatar Heller, William T.
Browse files

Replace output.py

parent 5cc0686e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -251,7 +251,7 @@ def outputSetRes(conf, res):
            grph.set_xlabel(str(names[i]))
            grph.set_ylabel("Count")
            oname = str(conf.output)+"_"+str(names[i])+"_histogram.png"
            fig.savefig(oname,format="png")
            fig.savefig(oname,format="png", bbox_inches = "tight")
            plt.close(fig)

    # output plots of the values of the parameters vs. chi-squared