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

Method __init__

lib/matplotlib/scale.py:808–810  ·  view source on GitHub ↗
(self, nonpositive='mask')

Source from the content-addressed store, hash-verified

806 input_dims = output_dims = 1
807
808 def __init__(self, nonpositive='mask'):
809 super().__init__()
810 self._nonpositive = nonpositive
811
812 def transform_non_affine(self, values):
813 """logistic transform (base 10)"""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected