Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3e94e2c

Browse filesBrowse files
committed
MNT: deprecate patches.YAArrow
1 parent 922c950 commit 3e94e2c
Copy full SHA for 3e94e2c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎lib/matplotlib/patches.py

Copy file name to clipboardExpand all lines: lib/matplotlib/patches.py
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.