Skip to content

Fix compatibility with matplotlib 3.3.3

Duncan Macleod requested to merge github/fork/duncanmmacleod/mpl-3.3.3 into master

This PR fixes #1277 (closed) by addressing the new incompatibility with matplotlib 3.3.3. I was hoping to find a better way to do this that doesn't just rely on a different private attribute, but didn't.

Merge request reports