| test_anim.py.html | |
| Source file: test_anim.py | |
| Directory: /Users/rjl/clawpack_src/clawpack_master/amrclaw/examples/advection_1d_example1 | |
| Converted: Fri Apr 17 2020 at 14:17:51 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'])