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 ced5719

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

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
@@ -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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.