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

Method __init__

lib/matplotlib/colors.py:3148–3150  ·  view source on GitHub ↗
(self, gamma, vmin=None, vmax=None, clip=False)

Source from the content-addressed store, hash-verified

3146 For input values below *vmin*, gamma is set to one.
3147 """
3148 def __init__(self, gamma, vmin=None, vmax=None, clip=False):
3149 super().__init__(vmin, vmax, clip)
3150 self.gamma = gamma
3151
3152 def __call__(self, value, clip=None):
3153 if clip is None:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected