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 ae84e01 commit c02fcb3Copy full SHA for c02fcb3
1 file changed
lib/matplotlib/text.py
@@ -2199,11 +2199,11 @@ def update_positions(self, renderer):
2199
xy=(bbox.x0 - pad / 2, bbox.y0 - pad / 2),
2200
width=bbox.width + pad, height=bbox.height + pad,
2201
transform=IdentityTransform(), clip_on=False)
2202
- if self.arrow_patch.patchA is getattr(
+ if self.arrow_patch.patchA is getattr(
2203
self, '_internal_patchA', None):
2204
- self.arrow_patch.set_patchA(patchA)
2205
- self._internal_patchA = patchA
2206
-
+ self.arrow_patch.set_patchA(patchA)
+ self._internal_patchA = patchA
+
2207
@artist.allow_rasterization
2208
def draw(self, renderer):
2209
# docstring inherited
0 commit comments