Skip to content

Commit 94eb770

Browse files
committed
MNT: deprecate patches.YAArrow
1 parent 922c950 commit 94eb770

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/patches.py

+1
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="FancyArrow")
12781279
class YAArrow(Patch):
12791280
"""
12801281
Yet another arrow class.

0 commit comments

Comments
 (0)