Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5839ab2

Browse filesBrowse files
committed
DOC : fix indention in MEP21
1 parent 1d140eb commit 5839ab2
Copy full SHA for 5839ab2

File tree

Expand file treeCollapse file tree

1 file changed

+16
-10
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+16
-10
lines changed

‎doc/devel/MEP/MEP21.rst

Copy file name to clipboardExpand all lines: doc/devel/MEP/MEP21.rst
+16-10Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.