@@ -4957,8 +4957,8 @@ def imshow(self, X, cmap=None, norm=None, aspect=None,
4957
4957
normalised.
4958
4958
4959
4959
cmap : `~matplotlib.colors.Colormap`, optional, default: None
4960
- If None, default to rc `image.cmap` value. `cmap` is ignored when
4961
- `X` has RGB(A) information
4960
+ If None, default to rc `image.cmap` value. `cmap` is ignored if `X`
4961
+ has RGB(A) information.
4962
4962
4963
4963
aspect : ['auto' | 'equal' | scalar], optional, default: None
4964
4964
If 'auto', changes the image aspect ratio to match that of the
@@ -4983,10 +4983,10 @@ def imshow(self, X, cmap=None, norm=None, aspect=None,
4983
4983
'nearest'.
4984
4984
4985
4985
norm : `~matplotlib.colors.Normalize`, optional, default: None
4986
- A `~matplotlib.colors.Normalize` instance is used to scale
4987
- luminance data to 0, 1. If `None`, use the default
4988
- func:`normalize`. `norm` is only used if `X` is an array of
4989
- floats .
4986
+ A `~matplotlib.colors.Normalize` instance is used to
4987
+ scale luminance data to 0, 1. If `None`, use the default
4988
+ func:`normalize`. `norm` is only used if `X` has RGB(A)
4989
+ information .
4990
4990
4991
4991
vmin, vmax : scalar, optional, default: None
4992
4992
`vmin` and `vmax` are used in conjunction with norm to normalize
0 commit comments