sdf_xarray.plotting.AnimationUnit# class sdf_xarray.plotting.AnimationUnit(update, n_frames)[source]# Bases: object Parameters: update (Callable[[int], object]) n_frames (int) __init__(update, n_frames)# Parameters: update (Callable[[int], object]) n_frames (int) Return type: None Methods __init__(update, n_frames) Attributes update n_frames n_frames: int# update: Callable[[int], object]#