Closed RHammond2 closed 1 year ago
Attention: Patch coverage is 8.33333%
with 22 lines
in your changes missing coverage. Please review.
Project coverage is 65.50%. Comparing base (
daf42ac
) to head (371c4f2
).
Files with missing lines | Patch % | Lines |
---|---|---|
openoa/utils/plot.py | 8.33% | 22 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR brings the entire
openoa/utils/plot.py
up to spec with later implemented best practices to ensure that figures can be customized in the methods to suit most needs for publication or presentation, or return the matplotlib objects back to add the final touches.Given that
plot_windfarm
was added at a later point in time and is much cleaner,plot_array
has been deprecated entirely. However, the following have been removed as a byproduct of their original intent being lost and their usage being unclear:This PR closes #251.