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
emissionand thestatesdistributions.- Parameters:
data (
xarray.Dataset) – A dataset that contains theemissionandstatesvariablesbbox (mapping of
strtotupleoffloat, optional) – The spatial boundaries of the area of interest. Must have the keys “longitude” and “latitude”.
- Returns:
plot (
holoviews.Layout) – Interactive plot of thestatesandemissiondistributions
See also
pangeo_fish.helpers.open_distributions.