MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / get_bbox_patch

Method get_bbox_patch

lib/matplotlib/text.py:650–657  ·  view source on GitHub ↗

Return the bbox Patch, or None if the `.patches.FancyBboxPatch` is not made. For more details see `.Text.set_bbox`.

(self)

Source from the content-addressed store, hash-verified

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 """

Callers 2

test_patheffect3Function · 0.80
annotation_demo.pyFile · 0.80

Calls

no outgoing calls

Tested by 1

test_patheffect3Function · 0.64