Skip to content

Commit ba1b589

Browse files
dstansbytacaswell
andauthored
Fix PowerNorm docstring
Co-authored-by: Thomas A Caswell <[email protected]>
1 parent aecc2db commit ba1b589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/colors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1970,7 +1970,7 @@ class PowerNorm(Normalize):
19701970
19711971
\left ( \frac{x - v_{min}}{v_{max} - v_{min}} \right )^{\gamma}
19721972
1973-
For input values below *vmin*, gamma is set to zero.
1973+
For input values below *vmin*, gamma is set to one.
19741974
"""
19751975
def __init__(self, gamma, vmin=None, vmax=None, clip=False):
19761976
super().__init__(vmin, vmax, clip)

0 commit comments

Comments
 (0)