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

Method set_clip_path

lib/matplotlib/axis.py:252–256  ·  view source on GitHub ↗
(self, path, transform=None)

Source from the content-addressed store, hash-verified

250 return children
251
252 def set_clip_path(self, path, transform=None):
253 # docstring inherited
254 super().set_clip_path(path, transform)
255 self.gridline.set_clip_path(path, transform)
256 self.stale = True
257
258 def contains(self, mouseevent):
259 """

Callers 1

set_clip_pathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected