This commit is contained in:
Noe Brucy
2022-11-29 10:58:24 +01:00
parent fa396178c6
commit 4b54feabb9
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -456,6 +456,7 @@ class Plotter(Aggregator, BaseProcessor):
run=run,
**kwargs,
)
if movie:
filenames[run].append(plot_filename)
@@ -483,7 +484,6 @@ class Plotter(Aggregator, BaseProcessor):
movie_filename = self._find_filename(name_full, run=run, ext=".mp4")
os.makedirs(os.path.dirname(movie_filename), exist_ok=True)
clip.write_videofile(movie_filename)
return datafiles
def _plot_rule(self, rule, arg, plot_filename, overwrite, ax, close=True, **kwargs):