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

Method clip

lib/matplotlib/colors.py:2333–2339  ·  view source on GitHub ↗

Determines the behavior for mapping values outside the range ``[vmin, vmax]``. See the *clip* parameter in `.Normalize`.

(self)

Source from the content-addressed store, hash-verified

2331 @property
2332 @abstractmethod
2333 def clip(self):
2334 """
2335 Determines the behavior for mapping values outside the range ``[vmin, vmax]``.
2336
2337 See the *clip* parameter in `.Normalize`.
2338 """
2339 pass
2340
2341 @abstractmethod
2342 def __call__(self, value, clip=None):

Callers 15

_set_view_from_bboxMethod · 0.45
as_cardan_anglesMethod · 0.45
_zalphaFunction · 0.45
test_contourf3d_fillFunction · 0.45
test_xyzMethod · 0.45
_mouse_moveMethod · 0.45
make_imageMethod · 0.45
_create_lookup_tableFunction · 0.45
_get_rgba_and_maskMethod · 0.45
__call__Method · 0.45
__call__Method · 0.45

Calls

no outgoing calls

Tested by 2

test_contourf3d_fillFunction · 0.36
test_xyzMethod · 0.36