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 3eb9abd commit 16ed34eCopy full SHA for 16ed34e
1 file changed
lib/matplotlib/colorizer.py
@@ -368,7 +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.
+ Use `.Colorizer.get_clim()` via the .colorizer property instead.
372
"""
373
if self._colorizer.norm.n_components > 1:
374
raise AttributeError("`.get_clim()` is unavailable when using a colormap "
0 commit comments