sdf_xarray.plotting.calculate_window_boundaries# sdf_xarray.plotting.calculate_window_boundaries(data, xlim=False)[source]# Calculate the bounderies a moving window frame. If the user specifies xlim, this will be used as the initial bounderies and the window will move along acordingly. Return type: np.ndarray Parameters: data (xr.DataArray) xlim (tuple[float, float] | False)