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

Skip to content

Commit 6f2dc67

Browse files
committed
doc fix for _ColorizerInterface.get_clim()
1 parent d01b098 commit 6f2dc67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/colorizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +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.
371+
Use `Colorizer.get_clim()` via the .colorizer property instead.
372372
"""
373373
if self._colorizer.norm.n_components > 1:
374374
raise AttributeError("`.get_clim()` is unavailable when using a colormap "

0 commit comments

Comments
 (0)