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, orElevationalis passed ascmap, and bothcolorsandlevelsare missing, they will use a predefined set enhancing detail near the zero. The altitude range remains adjustable usingvminandvmax. Defaults to a grey colormap,zorder=-1so that any other plot becomes an overlay to the bedrock altitude.- Returns:
contours (
QuadContourSet) – The plotted bedrock altitude contour set.