xarray.Dataset.hyoga.plot.bedrock_shoreline#
- Dataset.hyoga.plot.bedrock_shoreline(sealevel=0, **kwargs)#
Plot bedrock shoreline contour.
- Parameters:
sealevel (
float
, optional) – A single contour level determining the shoreline altitude. Will be overriden iflevels
is present inkwargs
.**kwargs (optional) – Keyword arguments passed to
xarray.DataArray.plot.contour()
. Defaults to a dark gray thin contour.
- Returns:
contours (
QuadContourSet
) – The plotted bedrock shoreline contour set.