xarray.Dataset.hyoga.plot.surface_velocity#
- Dataset.hyoga.plot.surface_velocity(**kwargs)#
Plot surface velocity map.
- Parameters:
**kwargs (optional) – Keyword arguments passed to
xarray.DataArray.plot.imshow(). Defaults to a blue colormap, light transparency, and logarithmic scaling, whose limits can be adjusted usingvminandvmax.- Returns:
image (
AxesImage) – The plotted surface velocity image.