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

Skip to content

Commit db5f443

Browse files
committed
"perceptually uniform"
Re: @stefanv's comment
1 parent 38b8911 commit db5f443

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/users/colormaps.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ on many things including:
1717
- If there is an intuitive color scheme for the parameter you are plotting
1818
- If there is a standard in the field the audience may be expecting
1919

20-
For many applications, a perceptual colormap is the best choice --- one in which
21-
equal steps in data are perceived as equal steps in the color space. Researchers
22-
have found that the human brain perceives changes in the lightness parameter as
23-
changes in the data much better than, for example, changes in hue. Therefore,
24-
colormaps which have monotonically increasing lightness through the colormap
20+
For many applications, a perceptually uniform colormap is the best
21+
choice --- one in which equal steps in data are perceived as equal
22+
steps in the color space. Researchers have found that the human brain
23+
perceives changes in the lightness parameter as changes in the data
24+
much better than, for example, changes in hue. Therefore, colormaps
25+
which have monotonically increasing lightness through the colormap
2526
will be better interpreted by the viewer.
2627

2728
Color can be represented in 3D space in various ways. One way to represent color

0 commit comments

Comments
 (0)