@@ -1214,8 +1214,8 @@ def __init__(self, vmin=None, vmax=None, clip=False):
1214
1214
are mapped to 0 or 1, whichever is closer, and masked values are
1215
1215
set to 1. If ``False`` masked values remain masked.
1216
1216
1217
- Clipping silently defeats the purpose of setting the over, under,
1218
- and masked colors in a colormap, so it is likely to lead to
1217
+ Clipping silently defeats the purpose of setting the over and
1218
+ under colors in a colormap, so it is likely to lead to
1219
1219
surprises; therefore the default is ``clip=False``.
1220
1220
1221
1221
Notes
@@ -1775,8 +1775,8 @@ def forward(values: array-like) -> array-like
1775
1775
are mapped to 0 or 1, whichever is closer, and masked values are
1776
1776
set to 1. If ``False`` masked values remain masked.
1777
1777
1778
- Clipping silently defeats the purpose of setting the over, under,
1779
- and masked colors in a colormap, so it is likely to lead to
1778
+ Clipping silently defeats the purpose of setting the over and
1779
+ under colors in a colormap, so it is likely to lead to
1780
1780
surprises; therefore the default is ``clip=False``.
1781
1781
"""
1782
1782
@@ -1875,9 +1875,9 @@ class PowerNorm(Normalize):
1875
1875
are mapped to 0 or 1, whichever is closer, and masked values
1876
1876
remain masked.
1877
1877
1878
- Clipping silently defeats the purpose of setting the over, under,
1879
- and masked colors in a colormap , so it is likely to lead to
1880
- surprises; therefore the default is ``clip=False``.
1878
+ Clipping silently defeats the purpose of setting the over and under
1879
+ colors, so it is likely to lead to surprises; therefore the default
1880
+ is ``clip=False``.
1881
1881
1882
1882
Notes
1883
1883
-----
0 commit comments