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 848cfe5

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

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎lib/matplotlib/patches.py

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