climepi.ClimEpiDatasetAccessor.plot_time_series#

ClimEpiDatasetAccessor.plot_time_series(data_var=None, **kwargs)[source]#

Generate a time series plot of a data variable.

Wraps hvplot.hvPlot.line().

Parameters:
  • data_var (Hashable, optional) – Name of the data variable to plot. If not provided, the function will attempt to automatically select a suitable variable.

  • **kwargs (dict) – Additional keyword arguments to pass to hvplot.hvPlot.line().

Returns:

holoviews object – The resulting time series plot.