diff --git a/formules.py b/formules.py index 359689b..0baf253 100644 --- a/formules.py +++ b/formules.py @@ -124,10 +124,11 @@ def SlopeWeeker(Keylist, Dict): plt.grid() plt.scatter(Xscale, y=Counter) plt.plot(Xscale, Trendline, 'r--') - plt.show() PtName = (PtName + '.png') plt.savefig(fname=PtName) + + plt.show() except: print(PtName + ' could not be used')