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

Method set_clip_path

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

Source from the content-addressed store, hash-verified

1160 return kwtrans
1161
1162 def set_clip_path(self, path, transform=None):
1163 super().set_clip_path(path, transform)
1164 for child in self.majorTicks + self.minorTicks:
1165 child.set_clip_path(path, transform)
1166 self.stale = True
1167
1168 def get_view_interval(self):
1169 """Return the ``(min, max)`` view limits of this axis."""

Callers 1

reset_ticksMethod · 0.95

Calls 1

set_clip_pathMethod · 0.45

Tested by

no test coverage detected