Skip to content

Commit 3be0c3b

Browse files
mkcorjklymak
andauthored
Specify case when parameter is ignored. (matplotlib#18626)
* Specify case when parameter is ignored * Match language with rest of documentation. Co-authored-by: Jody Klymak <[email protected]> Co-authored-by: Jody Klymak <[email protected]>
1 parent f905e64 commit 3be0c3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5334,6 +5334,7 @@ def imshow(self, X, cmap=None, norm=None, aspect=None,
53345334
define the data range that the colormap covers. By default,
53355335
the colormap covers the complete value range of the supplied
53365336
data. It is deprecated to use *vmin*/*vmax* when *norm* is given.
5337+
When using RGB(A) data, parameters *vmin*/*vmax* are ignored.
53375338
53385339
origin : {'upper', 'lower'}, default: :rc:`image.origin`
53395340
Place the [0, 0] index of the array in the upper left or lower

0 commit comments

Comments
 (0)