xarray.Dataset.hyoga.plot.paleoglaciers#

Dataset.hyoga.plot.paleoglaciers(source='ehl11', **kwargs)#

Plot Last Glacial Maximum paleoglacier extent.

Parameters
  • source ('ehl11' or 'bat19') – Source of paleoglacier extent data, either Ehlers et al. (2011) or Batchelor et al. (2019).

  • **kwargs (optional) – Keyword arguments passed to geopandas.GeoDataFrame.plot(). Defaults to plotting on current axes at zorder=-1, the same level as bedrock altitude maps.

Returns

ax (matplotlib.axes.Axes (or a subclass)) – Matplotlib axes used for plotting.