Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3a2ab7

Browse files
committed
Merge branch 'v1.1.x'
Conflicts: lib/matplotlib/text.py
2 parents 15b0e60 + 0cfea91 commit b3a2ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1795,7 +1795,7 @@ def __init__(self, s, xy,
17951795
self.arrow = None
17961796

17971797
if arrowprops and "arrowstyle" in arrowprops:
1798-
1798+
arrowprops = self.arrowprops.copy()
17991799
self._arrow_relpos = arrowprops.pop("relpos", (0.5, 0.5))
18001800
self.arrow_patch = FancyArrowPatch((0, 0), (1,1),
18011801
**arrowprops)

0 commit comments

Comments
 (0)