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

Skip to content

Commit 5092337

Browse files
committed
update rebase
1 parent 0058357 commit 5092337

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
@@ -2130,7 +2130,7 @@ def _update_position_xytext(self, renderer, xy_pixel):
21302130
patch.
21312131
"""
21322132
# generate transformation,
2133-
self.set_transform(self._get_xy_transform(renderer, self.anncoords))
2133+
self.transform = self._get_xy_transform(renderer, self.anncoords)
21342134

21352135
ox0, oy0 = self._get_xy_display()
21362136
ox1, oy1 = xy_pixel

0 commit comments

Comments
 (0)