pangeo_fish.helpers.plot_distributions

pangeo_fish.helpers.plot_distributions#

pangeo_fish.helpers.plot_distributions(*, data: Dataset, bbox=None, **kwargs)#

Plot an interactive visualization of dataset resulting from the merging of emission and the states distributions.

Parameters:
  • data (xarray.Dataset) – A dataset that contains the emission and states variables

  • bbox (mapping of str to tuple of float, optional) – The spatial boundaries of the area of interest. Must have the keys “longitude” and “latitude”.

Returns:

plot (holoviews.Layout) – Interactive plot of the states and emission distributions

See also

pangeo_fish.helpers.open_distributions.