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

Method clip

lib/matplotlib/colors.py:3445–3447  ·  view source on GitHub ↗

The clip behaviour of each constituent norm.

(self)

Source from the content-addressed store, hash-verified

3443
3444 @property
3445 def clip(self):
3446 """The clip behaviour of each constituent norm."""
3447 return tuple(n.clip for n in self._norms)
3448
3449 @clip.setter
3450 def clip(self, values):

Callers

nothing calls this directly

Calls 2

_changedMethod · 0.95
blockedMethod · 0.80

Tested by

no test coverage detected