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

Method set_clip_on

lib/matplotlib/text.py:699–702  ·  view source on GitHub ↗
(self, b)

Source from the content-addressed store, hash-verified

697 self._update_clip_properties()
698
699 def set_clip_on(self, b):
700 # docstring inherited.
701 super().set_clip_on(b)
702 self._update_clip_properties()
703
704 def get_wrap(self):
705 """Return whether the text can be wrapped."""

Callers 11

new_floating_axisMethod · 0.45
new_floating_axisMethod · 0.45
new_fixed_axisMethod · 0.45
mark_insetFunction · 0.45
test_fill_facecolorFunction · 0.45
__init__Method · 0.45
__init__Method · 0.45
__setitem__Method · 0.45
__init__Method · 0.45
test_bbox_image_invertedFunction · 0.45
text_alignment.pyFile · 0.45

Calls 1

Tested by 2

test_fill_facecolorFunction · 0.36
test_bbox_image_invertedFunction · 0.36