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

Skip to content

Commit 35e133b

Browse files
committed
reorder colormap lists for consistency
1 parent 4198057 commit 35e133b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/color/colormaps_reference.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@
5353
('Qualitative', ['Accent', 'Dark2', 'Paired', 'Pastel1',
5454
'Pastel2', 'Set1', 'Set2', 'Set3', 'Vega10',
5555
'Vega20', 'Vega20b', 'Vega20c']),
56+
('Perceptually Uniform Cyclic', ['twilight', 'sunlight']),
5657
('Miscellaneous', ['gist_earth', 'terrain', 'ocean', 'gist_stern',
5758
'brg', 'CMRmap', 'cubehelix',
5859
'gnuplot', 'gnuplot2', 'gist_ncar',
5960
'nipy_spectral', 'jet', 'rainbow',
60-
'gist_rainbow', 'hsv', 'flag', 'prism']),
61-
('Perceptually Uniform Cyclic', ['twilight', 'sunlight'])]
61+
'gist_rainbow', 'hsv', 'flag', 'prism'])]
6262

6363

6464
nrows = max(len(cmap_list) for cmap_category, cmap_list in cmaps)

0 commit comments

Comments
 (0)