From 3e94e2c0fb40cee9d94871569b784f6fa5a71a55 Mon Sep 17 00:00:00 2001 From: Jody Klymak Date: Wed, 9 May 2018 16:32:46 -0700 Subject: [PATCH] MNT: deprecate patches.YAArrow --- lib/matplotlib/patches.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/matplotlib/patches.py b/lib/matplotlib/patches.py index 0b0b2708b394..8820e6810e61 100644 --- a/lib/matplotlib/patches.py +++ b/lib/matplotlib/patches.py @@ -1275,6 +1275,7 @@ def __init__(self, x, y, dx, dy, width=0.001, length_includes_head=False, docstring.interpd.update({"FancyArrow": FancyArrow.__init__.__doc__}) +@cbook.deprecated("3.0", alternative="FancyArrowPatch") class YAArrow(Patch): """ Yet another arrow class.