Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d8f535c

Browse files
authored
Merge pull request #7702 from petehuang/patch-2
DOC: Add link to bokeh/colorcet in colormaps.rst
2 parents 12d4c75 + ee6eb41 commit d8f535c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/users/colormaps.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ steps in the color space. Researchers have found that the human brain
2727
perceives changes in the lightness parameter as changes in the data
2828
much better than, for example, changes in hue. Therefore, colormaps
2929
which have monotonically increasing lightness through the colormap
30-
will be better interpreted by the viewer.
30+
will be better interpreted by the viewer. A wonderful example of
31+
perceptually uniform colormaps is [colorcet]_.
3132

3233
Color can be represented in 3D space in various ways. One way to represent color
3334
is using CIELAB. In CIELAB, color space is represented by lightness,
@@ -179,6 +180,7 @@ problems in general.
179180
References
180181
==========
181182

183+
.. [colorcet] https://github.com/bokeh/colorcet
182184
.. [Ware] http://ccom.unh.edu/sites/default/files/publications/Ware_1988_CGA_Color_sequences_univariate_maps.pdf
183185
.. [Moreland] http://www.kennethmoreland.com/color-maps/ColorMapsExpanded.pdf
184186
.. [list-colormaps] https://gist.github.com/endolith/2719900#id7

0 commit comments

Comments
 (0)