xarray.Dataset.traj.animate#

Dataset.traj.animate#

Return an trajan.animation.Animation builder for this dataset.

Call it (optionally with map kwargs) and then chain configuration methods before calling show() or save().

Examples

>>> ds.traj.animate().show()  
>>> ds.traj.animate(land='h').color_by('speed').save('out.gif')