diff --git a/plotter.py b/plotter.py index b5b2137..f4954db 100644 --- a/plotter.py +++ b/plotter.py @@ -388,7 +388,7 @@ class Plotter(Aggregator, BaseProcessor): if not self.pp_params.out.interactive and close: plt.tight_layout(pad=1) - if self.pp_params.out.save and close: + if self.pp_params.out.save: plt.savefig(plot_filename) self._log("{} plotted".format(plot_filename), "SUCCESS") else: