Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_tightbbox
Method · 0.95
_fully_clipped_to_axes
Method · 0.95
flush_images
Function · 0.45
_draw_list_compositing_images
Function · 0.45
add_artist
Method · 0.45
draw_path
Method · 0.45
_get_clip_cmd
Method · 0.45
_print_pgf_clip
Method · 0.45
_get_clip_attrs
Method · 0.45
add_artist
Method · 0.45
add_collection
Method · 0.45
add_line
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_contour_clip_path
Function · 0.36