make_anim.py.html CLAWPACK  
 Source file:   make_anim.py
 Directory:   /Users/rjl/git/clawpack/geoclaw/examples/tsunami/chile2010
 Converted:   Sat Aug 25 2018 at 09:08:02   using clawcode2html
 This documentation file will not reflect any later changes in the source file.

 

import matplotlib
matplotlib.use('Agg')

from clawpack.visclaw import animation_tools

animation_tools.make_anim_from_plotdir(plotdir='_plots', fignos=[0],
        outputs=['html','rst','mp4'], file_name_prefix='chile2010_',
        figsize=(5,4), dpi=None, fps=5)