File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -340,6 +340,14 @@ Plotting a :func:`~matplotlib.axes.Axes.quiverkey` now admits the
340
340
``angle `` keyword argument, which sets the angle at which to draw the
341
341
key arrow.
342
342
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
+
343
351
344
352
Internals
345
353
+++++++++
@@ -406,14 +414,6 @@ Pending
406
414
407
415
408
416
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
-
417
417
`Artist.setp ` (and `pyplot.setp `) accept a `file ` argument
418
418
----------------------------------------------------------
419
419
You can’t perform that action at this time.
0 commit comments