Skip to content

Commit 49ae2f1

Browse files
committed
Switched whats_new to correct file and added to colormap_reference.py
1 parent b25a3f3 commit 49ae2f1

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

doc/users/next_whats_new/new_color_cycle.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@ New style colorblind-friendly color cycle
33

44
A new style defining a color cycle has been added, tableau-colorblind10, to provide another option for
55
colorblind-friendly plots.
6+
7+
Cividis colormap
8+
----------------------------
9+
10+
A new colormap, named cividis, has been optimized for viewing by those with or without a color vision deficiency. For more information, please see our paper (to be published in 2018)
11+
Nuñez J, Anderton C, and Renslow R. Optimizing colormaps with consideration for color vision deficiency to enable accurate interpretation of scientific data. 2018.

doc/users/whats_new.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -619,12 +619,6 @@ Implement intersects_bbox in c++
619619
:meth:`~matplotlib.path.Path.intersects_bbox` has been implemented in
620620
c++ which improves the performance of automatically placing the legend.
621621

622-
Cividis colormap
623-
----------------
624-
625-
A new colormap, named cividis, has been optimized for viewing by those with or without a color vision deficiency. For more information, please see our paper (to be published in 2018)
626-
Nuñez J, Anderton C, and Renslow R. Optimizing colormaps with consideration for color vision deficiency to enable accurate interpretation of scientific data. 2018.
627-
628622

629623
Previous Whats New
630624
==================

examples/color/colormap_reference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
cmaps = [('Perceptually Uniform Sequential', [
20-
'viridis', 'plasma', 'inferno', 'magma']),
20+
'viridis', 'plasma', 'inferno', 'magma', 'cividis']),
2121
('Sequential', [
2222
'Greys', 'Purples', 'Blues', 'Greens', 'Oranges', 'Reds',
2323
'YlOrBr', 'YlOrRd', 'OrRd', 'PuRd', 'RdPu', 'BuPu',

0 commit comments

Comments
 (0)