File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -340,6 +340,14 @@ Plotting a :func:`~matplotlib.axes.Axes.quiverkey` now admits the
340340``angle `` keyword argument, which sets the angle at which to draw the
341341key arrow.
342342
343+ Colormap reversed method
344+ ------------------------
345+
346+ The methods :meth: `~matplotlib.colors.LinearSegmentedColormap.reversed ` and
347+ :meth: `~matplotlib.colors.ListedColormap.reversed ` return a reversed
348+ instance of the Colormap. This implements a way for any Colormap to be
349+ reversed.
350+
343351
344352Internals
345353+++++++++
@@ -406,14 +414,6 @@ Pending
406414
407415
408416
409- Colormap reversed method
410- ------------------------
411-
412- The methods :meth: `~matplotlib.colors.LinearSegmentedColormap.reversed ` and
413- :meth: `~matplotlib.colors.ListedColormap.reversed ` return a reversed
414- instance of the Colormap. This implements a way for any Colormap to be
415- reversed.
416-
417417`Artist.setp ` (and `pyplot.setp `) accept a `file ` argument
418418----------------------------------------------------------
419419
You can’t perform that action at this time.
0 commit comments