Norm¶
- Norm(norm, *args, **kwargs)[source]¶
Return an arbitrary
Normalizeinstance. See this tutorial for an introduction to matplotlib normalizers.- Parameters
norm (
strorNormalize) – The normalizer specification. If aNormalizeinstance already, the input argument is simply returned. Otherwise,normshould be a string corresponding to one of the “registered” colormap normalizers (see below table).If
normis a list or tuple and the first element is a “registered” normalizer name, subsequent elements are passed to the normalizer class as positional arguments.Key(s)
Class
'null','none''diverging','div''segmented','segments''linear''log''power''symlog'- Other Parameters
*args, **kwargs – Passed to the
Normalizeinitializer.- Returns
matplotlib.colors.Normalize– ANormalizeinstance.