File: index.rst

package info (click to toggle)
mpl-animators 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 360 kB
  • sloc: python: 1,367; makefile: 18
file content (18 lines) | stat: -rw-r--r-- 984 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
***************************
mpl-animators Documentation
***************************

The ``mpl_animators`` package provides a set of classes which allow the easy construction of interactive `matplotlib` widget based animations.

"Out of the box" classes are provided for making line or image plots from numpy arrays, with sliders to control the animation automatically added for all dimensions not on the axes of the plot.

As well as this there is a specialized `.ArrayAnimatorWCS` class which can make line or image plots for a numpy array and associated World Coordinate System (WCS) object from `astropy`.

Finally, there are two base classes: `.BaseFuncAnimator` which can be extended to generate an interactive visualization from any data structure and set of functions to update the plot, and `.ArrayAnimator` which can be extended to generate any visualization based on the axes of a numpy array.

.. toctree::
   :hidden:

   generated/gallery/index
   api
   whatsnew/index