bigladder / dimes

A dimensionally aware scientific plotting package.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Fix subplot domains #7

Closed nathancoliver closed 10 months ago

nathancoliver commented 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.