xarray.Dataset.hyoga.plot.bedrock_altitude_contours#

Dataset.hyoga.plot.bedrock_altitude_contours(**kwargs)#

Plot bedrock topography filled countours.

Parameters

**kwargs (optional) – Keyword arguments passed to xarray.DataArray.plot.contourf(). If any of Topographic, Bathymetric, or Elevational is passed as cmap, and both colors and levels are missing, they will use a predefined set enhancing detail near the zero. The altitude range remains adjustable using vmin and vmax. Defaults to a grey colormap, zorder=-1 so that any other plot becomes an overlay to the bedrock altitude.

Returns

contours (QuadContourSet) – The plotted bedrock altitude contour set.