Return the bbox Patch, or None if the `.patches.FancyBboxPatch` is not made. For more details see `.Text.set_bbox`.
(self)
| 648 | self._update_clip_properties() |
| 649 | |
| 650 | def get_bbox_patch(self): |
| 651 | """ |
| 652 | Return the bbox Patch, or None if the `.patches.FancyBboxPatch` |
| 653 | is not made. |
| 654 | |
| 655 | For more details see `.Text.set_bbox`. |
| 656 | """ |
| 657 | return self._bbox_patch |
| 658 | |
| 659 | def update_bbox_position_size(self, renderer): |
| 660 | """ |
no outgoing calls