Skip to content

Commit

Permalink
fix function called in make_anim.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rjleveque committed Jun 8, 2020
1 parent d43d168 commit e175111
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/python/visclaw/make_anim.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
First run `make plots` so that directory exists with png files for the
individual frames.
For illustration of other tools defined in the animation_tools module,
see the notebook
$CLAW/apps/notebooks/visclaw/animation_tools_demo.html
also visible in rendered form in the Clawpack gallery:
http://www.clawpack.org/gallery/_static/apps/notebooks/visclaw/animation_tools_demo.html
"""

import matplotlib
Expand Down Expand Up @@ -34,6 +41,6 @@
# Frames per second (for mp4 file only):
fps = 5

animation_tools.make_anim_from_plotdir(plotdir=plotdir, fignos=fignos,
animation_tools.make_anim_outputs_from_plotdir(plotdir=plotdir, fignos=fignos,
outputs=outputs, file_name_prefix=file_name_prefix,
figsize=figsize, dpi=dpi, fps=fps)

0 comments on commit e175111

Please sign in to comment.