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 b680e11 commit ce91be4Copy full SHA for ce91be4
lib/matplotlib/colorizer.py
@@ -27,7 +27,7 @@
27
from matplotlib import _api, colors, cbook, scale, artist
28
import matplotlib as mpl
29
30
-mpl._docstring.interpd.update(
+mpl._docstring.interpd.register(
31
colorizer_doc="""\
32
colorizer : `~matplotlib.colorizer.Colorizer` or None, default: None
33
The Colorizer object used to map color to data. If None, a Colorizer
@@ -599,7 +599,7 @@ def _get_colorizer(cmap, norm, colorizer):
599
return Colorizer(cmap, norm)
600
601
# The docstrings here must be generic enough to apply to all relevant methods.
602
603
cmap_doc="""\
604
cmap : str or `~matplotlib.colors.Colormap`, default: :rc:`image.cmap`
605
The Colormap instance or registered colormap name used to map scalar data
0 commit comments