Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/matplotlib/patches.py
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,7 @@ def __init__(self, x, y, dx, dy, width=0.001, length_includes_head=False,

"""
if head_width is None:
head_width = 20 * width
head_width = 3 * width
if head_length is None:
head_length = 1.5 * head_width

Expand Down