File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -488,10 +488,6 @@ The new `.Colormap.set_extremes` method is provided for API symmetry with
488
488
`.Colormap.with_extremes `, but note that it suffers from the same issue as the
489
489
earlier individual setters.
490
490
491
- Additionally, it is now possible to set :rc: `image.cmap ` to a `.Colormap `
492
- instance, such as a new colormap created with `~.Colormap.set_extremes `. (This
493
- can only be done from Python code, not from the :file: `matplotlibrc ` file.)
494
-
495
491
Get under/over/bad colors of Colormap objects
496
492
---------------------------------------------
497
493
@@ -701,6 +697,13 @@ same (TeX) font:
701
697
ax.set_xlabel('Date')
702
698
ax.set_ylabel('Value')
703
699
700
+ Setting *image.cmap * to a ``Colormap ``
701
+ --------------------------------------
702
+
703
+ It is now possible to set :rc: `image.cmap ` to a `.Colormap ` instance, such as a
704
+ colormap created with the new `~.Colormap.set_extremes ` above. (This can only
705
+ be done from Python code, not from the :file: `matplotlibrc ` file.)
706
+
704
707
The color of ticks and tick labels can be set independently using rcParams
705
708
--------------------------------------------------------------------------
706
709
You can’t perform that action at this time.
0 commit comments