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

Method _update_clip_properties

lib/matplotlib/text.py:682–687  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

680 self._bbox_patch.set_mutation_scale(fontsize_in_pixel)
681
682 def _update_clip_properties(self):
683 if self._bbox_patch:
684 clipprops = dict(clip_box=self.clipbox,
685 clip_path=self._clippath,
686 clip_on=self._clipon)
687 self._bbox_patch.update(clipprops)
688
689 def set_clip_box(self, clipbox):
690 # docstring inherited.

Callers 5

set_bboxMethod · 0.95
set_clip_boxMethod · 0.95
set_clip_pathMethod · 0.95
set_clip_onMethod · 0.95
set_backgroundcolorMethod · 0.95

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected