Closed sroet closed 2 years ago
@dwhswenson this one is a one-liner (quick to review) and absolutely required to use any of our plotting with matplotlib 3.6.0
, so I hope you will have some time to look at it
I re-enabled unit-tests, let's see if closing and reopening triggers CI
Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:
Coverage data is based on head (
3793f16
) compared to base (b6d2461
). Patch coverage: 100.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
With the release of matplotlib
3.6.0
we triggered an error because we relied on deprecated behavior (We did not trigger the deprecation warning as ourmappable
does not have the attributeaxes
)This reinstates the old behavior (grabbing the current
axes
viaplt.gca()
)