Norm¶
-
Norm(norm, levels=None, **kwargs)[source]¶ Returns an arbitrary
Normalizeinstance, used to interpret thenormandnorm_kwarguments when passed to any plotting method wrapped bycmap_wrapper.- Parameters
norm (str or
Normalize) – Key name for the normalizer. The recognized normalizer key names are as follows.Key(s)
Class
'midpoint','zero''segments','segmented''none','null''linear''log''power''symlog'levels (array-like, optional) – Level edges, passed to
LinearSegmentedNormor used to determine thevminandvmaxarguments forMidpointNorm.**kwargs – Passed to the
Normalizeinitializer. See this tutorial for more info.
- Returns