[plotter] allow partial save
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user