Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Labels
Milestone
Description
Documentation Link
https://matplotlib.org/stable/api/prev_api_changes/api_changes_3.5.0.html#miscellaneous-deprecations
Problem
There is a typo in the release notes for matplotlib v3.5.0 and v3.7.0.
The item in thislink:
FancyArrowPatch.get_path_in_displaycoord
andConnectionPath.get_path_in_displaycoord
are deprecated. ...
ConnectionPath
should beConnectionPatch
. There is no such a class asConnectionPath
.
Suggested improvement
ModifyConnectionPath
toConnectionPatch
.