xarray.Dataset.hyoga.plot.surface_altitude_contours#
- Dataset.hyoga.plot.surface_altitude_contours(major=1000, minor=200, **kwargs)#
Plot minor and major surface topography contours.
- Parameters:
major (
float
, optional) – Contour interval between major elevation contours.minor (
float
, optional) – Contour interval between minor elevation contours.**kwargs (optional) – Keyword arguments passed to
xarray.DataArray.plot.contour()
. Defaults to dark gray thin line for major elevation contours, and even thinner line for minor contours.
- Returns:
contours (
QuadContourSet
) – The plotted ice margin contour set or a tuple of two contour sets if both major and minor were given (as in the default case).