Closed nathancoliver closed 10 months ago
I ran into an issue when plotting HPWHsim, which has three subplots. When number_of_subplots is above 2, subplot_domains[0] is outside the allowable range of [0,1]. I adjusted the subplot_height calculation to avoid this issue.
number_of_subplots
subplot_domains[0]
subplot_height
I ran into an issue when plotting HPWHsim, which has three subplots. When
number_of_subplots
is above 2,subplot_domains[0]
is outside the allowable range of [0,1]. I adjusted thesubplot_height
calculation to avoid this issue.