xarray.Dataset.climepi.plot_map#
- Dataset.climepi.plot_map(data_var=None, include_ocean=False, **kwargs)#
Generate a map plot of a data variable.
Wraps hvplot.quadmesh.
- Parameters:
data_var (
str, optional) – Name of the data variable to plot. If not provided, the function will attempt to automatically select a suitable variable.include_ocean (
bool, optional) – Whether or not to include ocean data in the plot. Default is False.**kwargs (
dict, optional) – Additional keyword arguments to pass to hvplot.quadmesh.
- Returns:
hvplot object– The resulting map plot.