Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ced5719

Browse files
authored
Merge pull request #11213 from jklymak/mnt-deprecate-yaaa
MNT: deprecate patches.YAArrow
2 parents a49d2c7 + 3e94e2c commit ced5719

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/patches.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,6 +1264,7 @@ def __init__(self, x, y, dx, dy, width=0.001, length_includes_head=False,
12641264
docstring.interpd.update({"FancyArrow": FancyArrow.__init__.__doc__})
12651265

12661266

1267+
@cbook.deprecated("3.0", alternative="FancyArrowPatch")
12671268
class YAArrow(Patch):
12681269
"""
12691270
Yet another arrow class.

0 commit comments

Comments
 (0)