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

Skip to content

Commit e5b3ea6

Browse files
committed
DOC: clarify that clim is not a valid kwarg if vmin/vmax are used
1 parent 482bde0 commit e5b3ea6

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)