xarray.Dataset.traj.animate#
- Dataset.traj.animate#
Return an
trajan.animation.Animationbuilder for this dataset.Call it (optionally with map kwargs) and then chain configuration methods before calling
show()orsave().Examples
>>> ds.traj.animate().show() >>> ds.traj.animate(land='h').color_by('speed').save('out.gif')