diff --git a/templates/template_plotting_script.py b/templates/template_plotting_script.py index f785c53..86dcbe8 100644 --- a/templates/template_plotting_script.py +++ b/templates/template_plotting_script.py @@ -127,4 +127,4 @@ plot_name = f'{plot_stem}.png' print(f'Saving figure to {plot_name}') fig.savefig(plot_name, bbox_inches='tight') -plt.close() \ No newline at end of file +plt.close()