File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2014-05-02 Added colorblind-friendly colormap, named 'Wistia'.
2+
132014-04-27 Improved input clean up in Axes.{h|v}lines
24 Coerce input into a 1D ndarrays (after dealing with units).
35
Original file line number Diff line number Diff line change @@ -23,6 +23,17 @@ revision, see the :ref:`github-stats`.
2323new in matplotlib-1.4
2424=====================
2525
26+
27+ New colormap
28+ ------------
29+ In heatmaps, a green-to-red spectrum is often used to indicate intensity of
30+ activity, but this can be problematic for the red/green colorblind. A new,
31+ colorblind-friendly colormap is now available at :class: `matplotlib.cm.Wistia `.
32+ This colormap maintains the red/green symbolism while achieving deuteranopic
33+ legibility through brightness variations. See
34+ `here <https://github.com/wistia/heatmap-palette> `
35+ for more information.
36+
2637Documentation changes
2738---------------------
2839
Original file line number Diff line number Diff line change @@ -1891,7 +1891,7 @@ def gfunc32(x):
18911891 (1.000 , 1.00 , 1.00 ))}
18921892
18931893
1894- # A color-blind -friendly heatmap from Wistia:
1894+ # An MIT licensed, colorblind -friendly heatmap from Wistia:
18951895# https://github.com/wistia/heatmap-palette
18961896# http://wistia.com/blog/heatmaps-for-colorblindness
18971897#
You can’t perform that action at this time.
0 commit comments