xarray.Dataset.climepi.plot_time_series

xarray.Dataset.climepi.plot_time_series#

Dataset.climepi.plot_time_series(data_var=None, **kwargs)#

Generate a time series plot of a data variable.

Wraps hvplot.line.

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.

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

Returns:

hvplot object – The resulting time series plot.