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

Skip to content

Commit 3e88b3a

Browse files
committed
pep8
1 parent 2eb4313 commit 3e88b3a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/matplotlib/text.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,6 @@ def update_bbox_position_size(self, renderer):
549549
fontsize_in_pixel = renderer.points_to_pixels(self.get_size())
550550
self._bbox_patch.set_mutation_scale(fontsize_in_pixel)
551551

552-
553552
def _draw_bbox(self, renderer, posx, posy):
554553

555554
""" Update the location and the size of the bbox
@@ -2222,7 +2221,6 @@ def _update_position_xytext(self, renderer, xy_pixel):
22222221

22232222
self.arrow_patch.set_patchA(r)
22242223

2225-
22262224
@allow_rasterization
22272225
def draw(self, renderer):
22282226
"""

0 commit comments

Comments
 (0)