8000 DOC : fix indention in MEP21 · matplotlib/matplotlib@5839ab2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5839ab2

Browse files
committed
DOC : fix indention in MEP21
1 parent 1d140eb commit 5839ab2

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

doc/devel/MEP/MEP21.rst

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
==============================
22
MEP21: color and cm refactor
33
==============================
4+
45
.. contents::
56
:local:
67

@@ -22,16 +23,21 @@ Abstract
2223
========
2324

2425

25-
* color
26-
* tidy up the namespace
27-
* Define a "Color" class
28-
* make it easy to convert from one color type to another ```hex -> RGB```, ```RGB -> hex```, ```HSV -> RGB``` etc.
29-
* improve the construction of a colormap - the dictionary approach is archaic and overly complex (though incredibly powerful)
30-
* make it possible to interpolate between two or more color types
31-
in different modes, especially useful for construction of
32-
colormaps in HSV space for instance
33-
* cm
34-
* rename the module to something more descriptive - mappables?
26+
* color
27+
28+
* tidy up the namespace
29+
* Define a "Color" class
30+
* make it easy to convert from one color type to another ```hex ->
31+
RGB```, ```RGB -> hex```, ```HSV -> RGB``` etc.
32+
* improve the construction of a colormap - the dictionary approach
33+
is archaic and overly complex (though incredibly powerful)
34+
* make it possible to interpolate between two or more color types
35+
in different modes, especially useful for construction of
36+
colormaps in HSV space for instance
37+
38+
* cm
39+
40+
* rename the module to something more descriptive - mappables?
3541

3642

3743
Overall, there are a lot of improvements that can be made with

0 commit comments

Comments
 (0)
0