8000 DOC: clarify that clim is not a valid kwarg if vmin/vmax are used · matplotlib/matplotlib@e5b3ea6 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

8000
Appearance settings

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)
0