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

Skip to content

Commit 5fb27d1

Browse files
committed
DOC: move colorbare reversed whats new
1 parent 9690898 commit 5fb27d1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/users/whats_new.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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
341341
key 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

344352
Internals
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

0 commit comments

Comments
 (0)