API Reference#

Movie class#

Movie(da[, plotfunc, framedim, pixelwidth, ...])

Movie class, describing how to construct an animation from associated data.

Presets#

Plot functions that can be supplied to the Movie constructor as the second positional argument.

They have a signature of the type:

def plotfunc(da, fig, timestamp, framedim, **kwargs):
    ...

rotating_globe(da, fig, timestamp[, ...])

Rotating globe plot.

basic(da, fig, timestamp[, framedim, ...])

Basic plot using the default xarray plot method for this DataArray.