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

Method set_clip_box

lib/matplotlib/text.py:689–692  ·  view source on GitHub ↗
(self, clipbox)

Source from the content-addressed store, hash-verified

687 self._bbox_patch.update(clipprops)
688
689 def set_clip_box(self, clipbox):
690 # docstring inherited.
691 super().set_clip_box(clipbox)
692 self._update_clip_properties()
693
694 def set_clip_path(self, path, transform=None):
695 # docstring inherited.

Callers 11

new_floating_axisMethod · 0.45
new_floating_axisMethod · 0.45
new_fixed_axisMethod · 0.45
update_propMethod · 0.45
update_propMethod · 0.45
draw_pathMethod · 0.45
test_respects_bboxFunction · 0.45
ellipse_demo.pyFile · 0.45
annotation_demo.pyFile · 0.45

Calls 1

Tested by 2

test_respects_bboxFunction · 0.36