matplotlib


Travis-CI:

Table Of Contents

This Page

matplotlib.colors.PowerNorm

class matplotlib.colors.PowerNorm(gamma, vmin=None, vmax=None, clip=False)

Normalize a given value to the [0, 1] interval with a power-law scaling. This will clip any negative data points to 0.