sdf_xarray.plotting

sdf_xarray.plotting#

Functions

animate(data[, fps, min_percentile, ...])

Generate an animation using an xarray.DataArray.

animate_multiple(*datasets[, ...])

Generate an animation using multiple xarray.DataArray.

calculate_window_boundaries(data[, xlim, ...])

Calculate the boundaries a moving window frame.

compute_global_limits(data[, ...])

Remove all NaN values from the target data to calculate the global minimum and maximum of the data.

get_frame_title(data, frame[, ...])

Generate the title for a frame

show(anim)

Shows the FuncAnimation in a Jupyter notebook.

Classes

AnimationUnit(update, n_frames)