Skip to content

Commit 3f634b8

Browse files
committed
updates colormap_reference
1 parent 1ac412c commit 3f634b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/color/colormap_reference.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,14 @@
2929
('Diverging', [
3030
'PiYG', 'PRGn', 'BrBG', 'PuOr', 'RdGy', 'RdBu',
3131
'RdYlBu', 'RdYlGn', 'Spectral', 'coolwarm', 'bwr', 'seismic']),
32+
('Wrapping', ['twilight', 'sunlight', 'hsv']),
3233
('Qualitative', [
3334
'Pastel1', 'Pastel2', 'Paired', 'Accent',
3435
'Dark2', 'Set1', 'Set2', 'Set3',
3536
'tab10', 'tab20', 'tab20b', 'tab20c']),
3637
('Miscellaneous', [
3738
'flag', 'prism', 'ocean', 'gist_earth', 'terrain', 'gist_stern',
38-
'gnuplot', 'gnuplot2', 'CMRmap', 'cubehelix', 'brg', 'hsv',
39+
'gnuplot', 'gnuplot2', 'CMRmap', 'cubehelix', 'brg',
3940
'gist_rainbow', 'rainbow', 'jet', 'nipy_spectral', 'gist_ncar'])]
4041

4142

0 commit comments

Comments
 (0)