Skip to content

Commit

Permalink
DOC : fix indention in MEP21
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell committed Mar 30, 2015
1 parent 1d140eb commit 5839ab2
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions doc/devel/MEP/MEP21.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
==============================
MEP21: color and cm refactor
==============================

.. contents::
:local:

Expand All @@ -22,16 +23,21 @@ Abstract
========


* color
* tidy up the namespace
* Define a "Color" class
* make it easy to convert from one color type to another ```hex -> RGB```, ```RGB -> hex```, ```HSV -> RGB``` etc.
* improve the construction of a colormap - the dictionary approach is archaic and overly complex (though incredibly powerful)
* make it possible to interpolate between two or more color types
in different modes, especially useful for construction of
colormaps in HSV space for instance
* cm
* rename the module to something more descriptive - mappables?
* color

* tidy up the namespace
* Define a "Color" class
* make it easy to convert from one color type to another ```hex ->
RGB```, ```RGB -> hex```, ```HSV -> RGB``` etc.
* improve the construction of a colormap - the dictionary approach
is archaic and overly complex (though incredibly powerful)
* make it possible to interpolate between two or more color types
in different modes, especially useful for construction of
colormaps in HSV space for instance

* cm

* rename the module to something more descriptive - mappables?


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

0 comments on commit 5839ab2

Please sign in to comment.