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 ofTopographic
,Bathymetric
, orElevational
is passed ascmap
, and bothcolors
andlevels
are missing, they will use a predefined set enhancing detail near the zero. The altitude range remains adjustable usingvmin
andvmax
. 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.