|
53 | 53 | ('Qualitative', ['Accent', 'Dark2', 'Paired', 'Pastel1', |
54 | 54 | 'Pastel2', 'Set1', 'Set2', 'Set3', 'Vega10', |
55 | 55 | 'Vega20', 'Vega20b', 'Vega20c']), |
| 56 | + ('Perceptually Uniform Cyclic', ['twilight', 'sunlight']), |
56 | 57 | ('Miscellaneous', ['gist_earth', 'terrain', 'ocean', 'gist_stern', |
57 | 58 | 'brg', 'CMRmap', 'cubehelix', |
58 | 59 | 'gnuplot', 'gnuplot2', 'gist_ncar', |
59 | 60 | 'nipy_spectral', 'jet', 'rainbow', |
60 | | - 'gist_rainbow', 'hsv', 'flag', 'prism']), |
61 | | - ('Perceptually Uniform Cyclic', ['twilight', 'sunlight'])] |
| 61 | + 'gist_rainbow', 'hsv', 'flag', 'prism'])] |
62 | 62 |
|
63 | 63 |
|
64 | 64 | nrows = max(len(cmap_list) for cmap_category, cmap_list in cmaps) |
|
0 commit comments