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

Skip to content

Commit 66bb00c

Browse files
committed
Fix #3647
1 parent d8b2924 commit 66bb00c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/matplotlib/text.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,9 @@ def draw(self, renderer):
566566
self._set_gc_clip(gc)
567567

568568
if self._bbox:
569+
self._bbox.update(dict(clip_box=self.clipbox,
570+
clip_path=self._clippath,
571+
clip_on=self._clipon))
569572
bbox_artist(self, renderer, self._bbox)
570573
angle = self.get_rotation()
571574

0 commit comments

Comments
 (0)