ModeMap
ModeMap copied to clipboard
Update `ModeMap_PolyFit.py` to be compatible with current versions of `matplotlib`
Hi! Thanks for creating such a useful package!
The current code ModeMap scripts all work with python 3, with current versions of matplotlib/numpy etc, except for ModeMap_PolyFit.py due to a failed import:
AnchoredText has been moved in matplotlib, so updating as in this PR fixes this issue.