Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
Extra parameters passed to plotting.soiling_interval_plot()
Returns
-------
matplotlib.figure.Figure
See Also
--------
rdtools.plotting.soiling_interval_plot
'''
keys = [f'{result_to_plot}_soiling_results',
f'{result_to_plot}_aggregated']
results_dict, aggregated = self.calculate(keys)
fig = plotting.soiling_interval_plot(results_dict['calc_info'],
aggregated, **kwargs)
return fig