Commit 72585b1f authored by Heller, William T.'s avatar Heller, William T.
Browse files

Replace output.py

parent 25a1b220
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -247,7 +247,7 @@ def outputSetRes(conf, res):
            # finally, add the data
            grph.plot(chisq,vals[i],'ko')
            
            oname = str(conf.output)+"_"+str(names[i])+"_chisq.pnd"
            oname = str(conf.output)+"_"+str(names[i])+"_chisq.png"
            fig.savefig(oname,format="png")
            plt.close(fig)