Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa49b0a

Browse files
authored
Merge pull request #10354 from jklymak/doc-clarify-clim
DOC: clarify that clim is not a valid kwarg if vmin/vmax are used
2 parents 1ea470e + e5b3ea6 commit aa49b0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/cm.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,8 @@ def set_clim(self, vmin=None, vmax=None):
305305
sequence, interpret it as ``(vmin, vmax)`` which is used to
306306
support setp
307307
308-
ACCEPTS: a length 2 sequence of floats
308+
ACCEPTS: a length 2 sequence of floats; may be overridden in methods
309+
that have ``vmin`` and ``vmax`` kwargs.
309310
"""
310311
if vmax is None:
311312
try:

0 commit comments

Comments
 (0)