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

Skip to content

Commit db403c3

Browse files
committed
Formatting only
1 parent db5f443 commit db403c3

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

doc/users/colormaps.rst

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@ colorspace for your data set. The best colormap for any given data set depends
1313
on many things including:
1414

1515
- Whether representing form or metric data ([Ware]_)
16-
- Your knowledge of the data set (*e.g.*, is there a critical value from which the other values deviate?)
16+
17+
- Your knowledge of the data set (*e.g.*, is there a critical value
18+
from which the other values deviate?)
19+
1720
- If there is an intuitive color scheme for the parameter you are plotting
21+
1822
- If there is a standard in the field the audience may be expecting
1923

2024
For many applications, a perceptually uniform colormap is the best
@@ -41,9 +45,19 @@ Classes of colormaps
4145
Colormaps are often split into several categories based on their function (see,
4246
*e.g.*, [Moreland]_):
4347

44-
1. Sequential: change in lightness and often saturation of color incrementally, often using a single hue; should be used for representing information that has ordering.
45-
2. Diverging: change in lightness and possibly saturation of two different colors that meet in the middle at an unsaturated color; should be used when the information being plotted has a critical middle value, such as topography or when the data deviates around zero.
46-
3. Qualitative: often are miscellaneous colors; should be used to represent information which does not have ordering or relationships.
48+
1. Sequential: change in lightness and often saturation of color
49+
incrementally, often using a single hue; should be used for
50+
representing information that has ordering.
51+
52+
2. Diverging: change in lightness and possibly saturation of two
53+
different colors that meet in the middle at an unsaturated color;
54+
should be used when the information being plotted has a critical
55+
middle value, such as topography or when the data deviates around
56+
zero.
57+
58+
3. Qualitative: often are miscellaneous colors; should be used to
59+
represent information which does not have ordering or
60+
relationships.
4761

4862

4963
Lightness of matplotlib colormaps

0 commit comments

Comments
 (0)