|
From cm._cmapnames |
|
|
|
|
|
Copied from MATLAB: |
|
|
|
autumn |
|
bone |
|
cool |
|
copper |
|
flag |
|
gray |
|
hot |
|
hsv |
|
jet |
|
pink |
|
prism |
|
spring |
|
summer |
|
winter |
|
|
|
(Not copied from MATLAB: colorcube, lines, white) |
|
|
|
These were all added here https://github.com/matplotlib/matplotlib/commit/26ffb47e95d7d694a94bb101d17ebcd0622d15f7 |
|
|
|
|
|
|
|
|
|
Copied from GIST/Yorick: |
|
|
|
descriptions here http://dhmunro.github.com/yorick-doc/manual/yorick_70.html |
|
|
|
These palettes tend to start with dark colors and progress toward lighter colors, except yarg and rainbow |
|
|
|
gist_earth "is loosely based on mapmaker's colors from dark blue deep ocean to green lowlands to brown highlands to white mountains" |
|
gist_gray (identical to gray) |
|
gist_heat "a red-orange scale resembling the colors of an iron bar as it grows hotter" |
|
gist_ncar |
|
gist_rainbow "runs through the colors in spectral order at nearly constant intensity" |
|
gist_stern |
|
gist_yarg (identical to gray_r and binary) |
|
|
|
sources here: https://github.com/dhmunro/yorick/tree/master/g |
|
no explanation of what ncar or stern are for |
|
|
|
|
|
|
|
|
|
|
|
spectral (Spectral is not the same!) |
|
|
|
"Tim Leslie's spectral patch" |
|
|
|
Only non-MATLAB colormap to have a post-hoc function |
|
Looks similar but not exactly same as: |
|
http://www.math.mcgill.ca/keith/surfstat/doc/SurfStat/spectral.html |
|
http://www.mathworks.com/matlabcentral/fileexchange/4706-mia-2-4/content/mia24/Tools/spectralmni.m |
|
|
|
"black-purple-blue-green-yellow-red-white" |
|
|
|
|
|
|
|
|
|
cubehelix |
|
|
|
Unlike most other color schemes cubehelix was designed by D.A. Green to |
|
be monotonically increasing in terms of perceived brightness. |
|
Also, when printed on a black and white postscript printer, the scheme |
|
results in a greyscale with monotonically increasing brightness. |
|
This color scheme is named cubehelix because the r,g,b values produced |
|
can be visualised as a squashed helix around the diagonal in the |
|
r,g,b color cube. |
|
|
|
discussion http://sourceforge.net/mailarchive/message.php?msg_id=28065739 |
|
paper http://arxiv.org/abs/1108.5083 |
|
|
|
see cm.cubehelix() (no way to view the docstring?) |
|
|
|
|
|
coolwarm |
|
|
|
Discussion about patch: |
|
http://sourceforge.net/mailarchive/message.php?msg_id=27816391 |
|
|
|
– The map yields images that are aesthetically pleasing. |
|
– The map has a maximal perceptual resolution. |
|
– Interference with the shading of 3D surfaces is minimal. |
|
– The map is not sensitive to vision deficiencies. |
|
– The order of the colors should be intuitively the same for all people. |
|
– The perceptual interpolation matches the underlying scalars of the map. |
|
|
|
http://www.cs.unm.edu/~kmorel/documents/ColorMaps/index.html |
|
|
|
|
|
|
|
|
|
ColorBrewer |
|
Added here https://github.com/matplotlib/matplotlib/commit/31c07815140e97becf2f2e037b8a214e263290b2 |
|
|
|
Accent |
|
Blues |
|
BrBG |
|
BuGn |
|
BuPu |
|
Dark2 |
|
GnBu |
|
Greens |
|
Greys |
|
Oranges |
|
OrRd |
|
Paired |
|
Pastel1 |
|
Pastel2 |
|
PiYG |
|
PRGn |
|
PuBu |
|
PuBuGn |
|
PuOr |
|
PuRd |
|
Purples |
|
RdBu |
|
RdGy |
|
RdPu |
|
RdYlBu |
|
RdYlGn |
|
Reds |
|
Set1 |
|
Set2 |
|
Set3 |
|
Spectral (spectral is not the same!) |
|
YlGn |
|
YlGnBu |
|
YlOrBr |
|
YlOrRd |
|
|
|
|
|
|
|
misc others added at the same time |
|
|
|
afmhot |
|
brg |
|
bwr |
|
gnuplot |
|
gnuplot2 |
|
ocean |
|
rainbow |
|
seismic |
|
terrain |
|
|
|
all added here: http://sourceforge.net/mailarchive/message.php?msg_id=23330302 |
|
|
|
seismic from here? http://soliton.vm.bytemark.co.uk/pub/cpt-city/gery/index.html |
|
|
|
afmhot, ocean, rainbow from here? http://gnuplot.sourceforge.net/docs_4.2/node216.html |
|
|
|
binary |
|
|
|
identical to gray_r and gist_yarg |
|
|
|
added here: https://github.com/matplotlib/matplotlib/commit/47af03d985d9729f3eedc41354fe11a22eff35c4 |
|
|
|
meant for barcodes? |
|
|
|
|
|
|
|
|
|
identify which are isoluminant/monotonic, sequential/diverging, etc |