MCPcopy
hub / github.com/matplotlib/matplotlib / get_clip_path

Method get_clip_path

lib/matplotlib/artist.py:954–956  ·  view source on GitHub ↗

Return the clip path.

(self)

Source from the content-addressed store, hash-verified

952 return self.clipbox
953
954 def get_clip_path(self):
955 """Return the clip path."""
956 return self._clippath
957
958 def get_transformed_clip_path_and_affine(self):
959 """

Callers 15

get_tightbboxMethod · 0.95
flush_imagesFunction · 0.45
add_artistMethod · 0.45
draw_pathMethod · 0.45
_get_clip_cmdMethod · 0.45
_print_pgf_clipMethod · 0.45
_get_clip_attrsMethod · 0.45
add_artistMethod · 0.45
add_collectionMethod · 0.45
add_lineMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_contour_clip_pathFunction · 0.36