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

Massive MEP move #4293

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Mar 30, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
DOC : fix indention in MEP21
  • Loading branch information
tacaswell committed Mar 30, 2015
commit 5839ab2b03a9a45dd868df1766de88e2771eb7ad
26 changes: 16 additions & 10 deletions 26 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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.