.codecov.yml
.coveragerc
.gitignore
.readthedocs.yml
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
.circleci/config.yml
.github/dependabot.yml
.github/workflows/black-fix.yml
.github/workflows/python_publish.yml
.github/workflows/python_publish_test.yml
.github/workflows/test.yml
animatplot/__init__.py
animatplot/_version.py
animatplot/animation.py
animatplot/timeline.py
animatplot/util.py
animatplot/animations/__init__.py
animatplot/animations/vectors.py
animatplot/blocks/__init__.py
animatplot/blocks/base.py
animatplot/blocks/image_like.py
animatplot/blocks/lineplots.py
animatplot/blocks/surface.py
animatplot/blocks/title.py
animatplot/blocks/update.py
animatplot/blocks/vectors.py
animatplot_ng.egg-info/PKG-INFO
animatplot_ng.egg-info/SOURCES.txt
animatplot_ng.egg-info/dependency_links.txt
animatplot_ng.egg-info/not-zip-safe
animatplot_ng.egg-info/requires.txt
animatplot_ng.egg-info/top_level.txt
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/api.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/developer.rst
docs/source/gallery.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/_static/animatplot-mouse.gif
docs/source/_static/animatplot.gif
docs/source/_templates/autosummary/class.rst
docs/source/gallery/Nuke.ipynb
docs/source/gallery/efield.gif
docs/source/gallery/imshow.ipynb
docs/source/gallery/ising.gif
docs/source/gallery/logtime.gif
docs/source/gallery/logtime.ipynb
docs/source/gallery/nuke.gif
docs/source/gallery/parametric.gif
docs/source/gallery/parametric.ipynb
docs/source/gallery/pcolormesh.gif
docs/source/gallery/pcolormesh.ipynb
docs/source/gallery/polarization.gif
docs/source/gallery/polarization_quiver.ipynb
docs/source/gallery/quiver.gif
docs/source/gallery/quiver.ipynb
docs/source/gallery/scatter.gif
docs/source/gallery/scatter.ipynb
docs/source/gallery/sq_well.gif
docs/source/gallery/sq_well.ipynb
docs/source/gallery/surface.gif
docs/source/gallery/surface.ipynb
docs/source/gallery/vector_plot.ipynb
docs/source/tutorial/blocks.ipynb
docs/source/tutorial/controls.ipynb
docs/source/tutorial/getting_started.ipynb
docs/source/tutorial/jupyter.rst
docs/source/tutorial/tutorial.rst
docs/source/tutorial/images/controls.gif
docs/source/tutorial/images/line1.gif
docs/source/tutorial/images/line2.gif
docs/source/tutorial/images/line3.gif
docs/source/tutorial/images/line4.gif
docs/source/tutorial/images/line5.gif
docs/source/tutorial/images/multiblock.gif
tests/__init__.py
tests/test_animation.py
tests/test_blocks.py
tests/test_timeline.py
tests/test_util.py
tests/tools.py