test_anim.py.html CLAWPACK  
 Source file:   test_anim.py
 Directory:   /Users/rjl/clawpack_src/clawpack_master/amrclaw/examples/advection_1d_example1
 Converted:   Tue Sep 21 2021 at 14:37:42   using clawcode2html
 This documentation file will not reflect any later changes in the source file.

 

import matplotlib
matplotlib.rcParams['backend'] = 'agg'
from pylab import *
from clawpack.visclaw import animation_tools

animation_tools.make_anim_outputs_from_plotdir(plotdir='_plots', fignos=[2],
                            outputs=['mp4','html'])