climepi.ClimEpiDatasetAccessor.plot_map#
- ClimEpiDatasetAccessor.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 isTrue.mask_lakes (
bool, optional) – Whether to plot over lake areas in white. Default isTrue.**kwargs (
dict, optional) – Additional keyword arguments to pass tohvplot.hvPlot.quadmesh().
- Returns:
holoviewsobject – The resulting map plot.