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

Skip to content

Commit 2c433b5

Browse files
committed
improved docstring _ColorizingInterface.get_clim()
1 parent 053e524 commit 2c433b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/matplotlib/colorizer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ def get_clim(self):
368368
Return the values (min, max) that are mapped to the colormap limits.
369369
370370
This function is not available for multivariate data.
371+
Use `self.colorizer.get_clim()` instead.
371372
"""
372373
if self._colorizer.norm.n_components > 1:
373374
raise AttributeError("`.get_clim()` is unavailable when using a colormap "

0 commit comments

Comments
 (0)