Skip to content

Commit

Permalink
Merge branch 'v1.1.x'
Browse files Browse the repository at this point in the history
Conflicts:
	lib/matplotlib/text.py
  • Loading branch information
leejjoon committed Nov 28, 2011
2 parents 15b0e60 + 0cfea91 commit b3a2ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/text.py
Expand Up @@ -1795,7 +1795,7 @@ def __init__(self, s, xy,
self.arrow = None

if arrowprops and "arrowstyle" in arrowprops:

arrowprops = self.arrowprops.copy()
self._arrow_relpos = arrowprops.pop("relpos", (0.5, 0.5))
self.arrow_patch = FancyArrowPatch((0, 0), (1,1),
**arrowprops)
Expand Down

0 comments on commit b3a2ab7

Please sign in to comment.