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

Skip to content

Commit 3e94e2c

Browse files
committed
MNT: deprecate patches.YAArrow
1 parent 922c950 commit 3e94e2c

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
@@ -1275,6 +1275,7 @@ def __init__(self, x, y, dx, dy, width=0.001, length_includes_head=False,
12751275
docstring.interpd.update({"FancyArrow": FancyArrow.__init__.__doc__})
12761276

12771277

1278+
@cbook.deprecated("3.0", alternative="FancyArrowPatch")
12781279
class YAArrow(Patch):
12791280
"""
12801281
Yet another arrow class.

0 commit comments

Comments
 (0)