rdtools.analysis_chains.TrendAnalysis.plot_degradation_timeseries

TrendAnalysis.plot_degradation_timeseries(case, rolling_days=365, **kwargs)

Plot resampled time series of degradation trend with time

Parameters
  • case (str) -- The workflow result to plot, allowed values are 'sensor' and 'clearsky'

  • rolling_days (int, default 365) -- Number of days for rolling window. Note that the window must contain at least 50% of datapoints to be included in rolling plot.

  • kwargs -- Extra parameters passed to rdtools.plotting.degradation_timeseries_plot()

Return type

matplotlib.figure.Figure