SequenceAnimator#

class ndcube.visualization.mpl_sequence_plotter.SequenceAnimator(sequence, sequence_axis_coords=None, sequence_axis_unit=None, **kwargs)[source]#

Bases: ArrayAnimatorWCS

Animate an NDCubeSequence of NDCubes with >1 dimension.

The sequence axis is always set as a sliders axis. All kwargs are passed to ndcube.NDCube.plot. The bulk of the plotting work is performed by ndcube.NDCube.plot which is assumed to exist and to call a matplotlib-based animator.

Parameters: