Skip to content

Commit 848cfe5

Browse files
tacaswellQuLogic
authored andcommitted
Merge pull request #6583 from alcinos/patch-1
API: default parameters of FancyArrow
1 parent 07d17ba commit 848cfe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/patches.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1195,7 +1195,7 @@ def __init__(self, x, y, dx, dy, width=0.001, length_includes_head=False,
11951195
11961196
"""
11971197
if head_width is None:
1198-
head_width = 20 * width
1198+
head_width = 3 * width
11991199
if head_length is None:
12001200
head_length = 1.5 * head_width
12011201

0 commit comments

Comments
 (0)