matplotlib:Wistia#
Colorblind-friendly heatmap palette that relies on a green-to-red spectrum, which typically implies intensity or activity. For the red/green colorblind, these hues are particularly difficult to distinguish between. Most colorblind-friendly solutions rely on a different set of hues altogether (usually yellows and purples) to solve this problem, but this palette maintains the red/green symbolism while achieving deuteranopic legibility by varying the perceived brightness of the hues. To read more about its development and see examples, visit Wistia's blog post about it.
category | license | authors | source |
---|---|---|---|
Sequential | MIT | https://github.com/wistia/heatmap-palette |
from cmap import Colormap
cm = Colormap('matplotlib:Wistia') # case insensitive
matplotlib:Wistia matplotlib:Wistia
Perceptual Lightness#
L* measured in CAM02 Uniform Color Space (CAM02-UCS)