Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 053e524 commit 2c433b5Copy full SHA for 2c433b5
1 file changed
lib/matplotlib/colorizer.py
@@ -368,6 +368,7 @@ def get_clim(self):
368
Return the values (min, max) that are mapped to the colormap limits.
369
370
This function is not available for multivariate data.
371
+ Use `self.colorizer.get_clim()` instead.
372
"""
373
if self._colorizer.norm.n_components > 1:
374
raise AttributeError("`.get_clim()` is unavailable when using a colormap "
0 commit comments