matplotlib.colors.Normalize — Matplotlib 3.5.3 documentation
https://matplotlib.org/stable/api/_as_gen/matplotlib.colors.Normalize.html
matplotlib.colors.Normalize# class matplotlib.colors. Normalize (vmin = None, vmax = None, clip = False) [source] #. Bases: object A class which, when called, linearly normalizes data into the [0.0, 1.0] interval. Parameters vmin, vmax float or None. If vmin and/or vmax is not given, they are initialized from the minimum and maximum value, respectively, of the first input processed; …
DA: 62 PA: 33 MOZ Rank: 25