Closed kandersolar closed 1 year ago
rdtools.plotting.soiling_interval_plot takes several plotting parameters:
rdtools.plotting.soiling_interval_plot
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().
point_alpha
profile_alpha
point_color
profile_color
ax.plot()
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
, andprofile_color
are not actually used anywhere in the function. We should pass those parameters through to the calls toax.plot()
.