MidpointNorm.__call__

MidpointNorm.__call__(value, clip=None)[source]

Normalize data values to 0-1.

Parameters
  • value (numeric) – The data to be normalized.

  • clip (bool, optional) – Whether to clip values falling outside of vmin and vmax. Default is self.clip.