Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e78aad commit 0bc1e1cCopy full SHA for 0bc1e1c
1 file changed
lib/matplotlib/text.py
@@ -2101,11 +2101,11 @@ def update_positions(self, renderer):
2101
xy=(bbox.x0 - pad / 2, bbox.y0 - pad / 2),
2102
width=bbox.width + pad, height=bbox.height + pad,
2103
transform=IdentityTransform(), clip_on=False)
2104
- if self.arrow_patch.patchA is getattr(
+ if self.arrow_patch.patchA is getattr(
2105
self, '_internal_patchA', None):
2106
- self.arrow_patch.set_patchA(patchA)
2107
- self._internal_patchA = patchA
2108
-
+ self.arrow_patch.set_patchA(patchA)
+ self._internal_patchA = patchA
+
2109
@artist.allow_rasterization
2110
def draw(self, renderer):
2111
# docstring inherited
0 commit comments