xarray.Dataset.climepi.plot_map#

Dataset.climepi.plot_map(data_var=None, mask_ocean=True, mask_lakes=True, **kwargs)[source]#

Generate a map plot of a data variable.

Wraps hvplot.hvPlot.quadmesh().

Parameters:
  • data_var (Hashable, optional) – Name of the data variable to plot. Should be provided unless there is a single non-bounds data variable.

  • mask_ocean (bool, optional) – Whether to plot over ocean areas in white. Default is True.

  • mask_lakes (bool, optional) – Whether to plot over lake areas in white. Default is True.

  • **kwargs (dict, optional) – Additional keyword arguments to pass to hvplot.hvPlot.quadmesh().

Returns:

holoviews object – The resulting map plot.