-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
DOC : move MEP21
- Loading branch information
commit 30c1da6613a0800d42e9552a62d780b7042a8c78
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
============================== | ||
MEP21: color and cm refactor | ||
============================== | ||
.. contents:: | ||
:local: | ||
|
||
|
||
Status | ||
====== | ||
|
||
- **Discussion**: This MEP has not commenced yet, but here are some | ||
ongoing ideas which may become a part of this MEP: | ||
|
||
|
||
|
||
Branches and Pull requests | ||
========================== | ||
|
||
|
||
|
||
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? | ||
|
||
|
||
Overall, there are a lot of improvements that can be made with | ||
matplotlib color handling - managing backwards compatibility will be | ||
difficult as there are some badly named variables/modules which really | ||
shouldn't exist - but a clear path and message for migration should be | ||
available, with a large amount of focus on this in the API changes | ||
documentation. | ||
|
||
|
||
Detailed description | ||
==================== | ||
|
||
Implementation | ||
============== | ||
|
||
|
||
Backward compatibility | ||
====================== | ||
|
||
Alternatives | ||
============ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,4 +22,5 @@ Matplotlib Enhancement Proposals | |
MEP14 | ||
MEP15 | ||
MEP19 | ||
MEP21 | ||
MEP25 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Uh oh!
There was an error while loading. Please reload this page.
Massive MEP move #4293
Changes from 1 commit
5e2efdd
e67f8d1
7103985
579ecb8
9bfedc8
f7b8db1
c2cbbc9
e07dc2d
7884afc
f5f0c2c
1e07323
30c1da6
06a0e8e
34263c1
f5bb16b
292a9a2
a295d54
f4b589b
936c80a
1d140eb
5839ab2
e680cd2
dac8293
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.