xarray.Dataset.climepi.plot_time_series#
- Dataset.climepi.plot_time_series(data_var=None, **kwargs)[source]#
Generate a time series plot of a data variable.
Wraps
hvplot.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 tohvplot.hvPlot.line().
- Returns:
holoviewsobject – The resulting time series plot.