NREL / rdtools

PV Analysis Tools in Python
https://rdtools.readthedocs.io/
MIT License
158 stars 67 forks source link

`rdtools.plotting.soiling_interval_plot` ignores several parameters #343

Closed kandersolar closed 1 year ago

kandersolar commented 2 years ago

rdtools.plotting.soiling_interval_plot takes several plotting parameters:

https://github.com/NREL/rdtools/blob/39625758e31120099ffe25aebb02678f6e28e5a7/rdtools/plotting.py#L190-L192

However, point_alpha, profile_alpha, point_color, and profile_color are not actually used anywhere in the function. We should pass those parameters through to the calls to ax.plot().