diff --git a/plotter.py b/plotter.py index 2361b58..9766991 100644 --- a/plotter.py +++ b/plotter.py @@ -69,6 +69,7 @@ for i in Length: else: plt.plot(Xscale, Y, 'k--') - plt.show() plt.savefig(fname=('Weekplot ' + PtName+ '.png')) + plt.show() +