Bases: matplotlib.colors.Normalize
Normalization class to be used with Matplotlib.
vmin, vmax : float
The minimum and maximum levels to show for the data
stretch : BaseStretch instance
The stretch to use for the normalization
clip : bool, optional
Whether to clip the output values to the [0:1] range
Methods Summary
Methods Documentation