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

Method set_clip_path

lib/matplotlib/text.py:694–697  ·  view source on GitHub ↗
(self, path, transform=None)

Source from the content-addressed store, hash-verified

692 self._update_clip_properties()
693
694 def set_clip_path(self, path, transform=None):
695 # docstring inherited.
696 super().set_clip_path(path, transform)
697 self._update_clip_properties()
698
699 def set_clip_on(self, b):
700 # docstring inherited.

Callers 15

textMethod · 0.95
clearMethod · 0.45
clearMethod · 0.45
clearMethod · 0.45
test_curvelinear3Function · 0.45
test_curvelinear4Function · 0.45
flush_imagesFunction · 0.45
add_linesMethod · 0.45
add_artistMethod · 0.45
update_propMethod · 0.45
update_propMethod · 0.45
drawMethod · 0.45

Calls 1

Tested by 2

test_curvelinear3Function · 0.36
test_curvelinear4Function · 0.36