turbox
This commit is contained in:
+1
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user