You are viewing the latest unreleased documentation 3.10.0.dev23. You can switch to a stable version.

iris.experimental.animate#

Wrapper for animating iris cubes using iris or matplotlib plotting functions.

Notes

Deprecated since version 3.4.0: iris.experimental.animate.animate() has been moved to iris.plot.animate(). This module will therefore be removed in a future release.

iris.experimental.animate.animate(cube_iterator, plot_func, fig=None, **kwargs)[source]#

Animate the given cube iterator.

Warning

This function is now disabled.

The functionality has been moved to iris.plot.animate().